apiDiscordRoutes fix. (10x)

- some logic changed.
This commit is contained in:
dalbodeule 2024-08-15 10:34:27 +09:00
parent 1ac716cc06
commit 355e07bf21
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

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