mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 07:18:22 +00:00
Merge pull request #90 from dalbodeule/develop
apiDiscordRoutes fix. (10x)
This commit is contained in:
commit
46e084d258
@ -38,7 +38,7 @@ object DiscordGuildCache {
|
|||||||
guild!!.guild.channel = fetchGuildChannels(guildId)
|
guild!!.guild.channel = fetchGuildChannels(guildId)
|
||||||
}
|
}
|
||||||
} catch(e: Exception) {
|
} catch(e: Exception) {
|
||||||
logger.info("guild fetch is failed.")
|
logger.info("guild fetch is failed. ${e.stackTraceToString()}")
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user