mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-08 05:11:12 +00:00
apiDiscordRoutes fix. (10x)
- some logic changed.
This commit is contained in:
@@ -38,7 +38,7 @@ object DiscordGuildCache {
|
||||
guild!!.guild.channel = fetchGuildChannels(guildId)
|
||||
}
|
||||
} catch(e: Exception) {
|
||||
logger.info("guild fetch is failed.")
|
||||
logger.info("guild fetch is failed. ${e.stackTraceToString()}")
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user