Merge pull request #90 from dalbodeule/develop

apiDiscordRoutes fix. (10x)
This commit is contained in:
JinU Choi
2024-08-15 10:36:56 +09:00
committed by GitHub

View File

@@ -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
} }
} }