mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-08 20:39:18 -06:00
Attempting fix for specific announcement types with new executor
This commit is contained in:
@@ -703,8 +703,8 @@ object DatabaseManager {
|
||||
LOGGER.error(DEFAULT, "Failed to get event data", it)
|
||||
}.onErrorResume {
|
||||
Mono.empty()
|
||||
}.defaultIfEmpty(EventData(guildId, eventId = eventIdLookup))
|
||||
}
|
||||
}
|
||||
}.defaultIfEmpty(EventData(guildId, eventId = eventIdLookup))
|
||||
}
|
||||
|
||||
fun getRsvpData(guildId: Snowflake, eventId: String): Mono<RsvpData> {
|
||||
|
||||
Reference in New Issue
Block a user