mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 07:18:22 +00:00
apiDiscordRoutes fix. (10x)
- some logic changed.
This commit is contained in:
parent
1ac716cc06
commit
355e07bf21
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user