mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-15 08:08:42 -06:00
Fix image link deletion.
This commit is contained in:
@@ -987,7 +987,8 @@ public class DatabaseManager {
|
||||
|
||||
//Check if recurring...
|
||||
if (eventId.contains("_")) {
|
||||
eventId = eventId.split("_")[0];
|
||||
//Don't delete if child event of recurring event.
|
||||
return false;
|
||||
}
|
||||
|
||||
String query = "DELETE FROM " + eventTable + " WHERE EVENT_ID = ?";
|
||||
|
||||
Reference in New Issue
Block a user