mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 12:51:13 +00:00
Merge pull request #90 from dalbodeule/develop
apiDiscordRoutes fix. (10x)
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