mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 21:01:14 +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)
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user