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
commit 46e084d258
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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