mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-09 04:49:22 -06:00
More debugging!!! Empty??????
This commit is contained in:
@@ -238,7 +238,10 @@ public class DatabaseManager {
|
||||
}).onErrorResume(e -> {
|
||||
LogFeed.log(LogObject.forException("Failed to update guild settings", e, DatabaseManager.class));
|
||||
return Mono.just(false);
|
||||
});
|
||||
}).switchIfEmpty(Mono.defer(() -> {
|
||||
LogFeed.log(LogObject.forDebug("Update Settings: Empty?????"));
|
||||
return Mono.empty();
|
||||
}));
|
||||
}
|
||||
|
||||
public static Mono<Boolean> updateCalendar(CalendarData calData) {
|
||||
|
||||
Reference in New Issue
Block a user