improve logging to troubleshoot

This commit is contained in:
Logan Cusano
2023-03-26 20:04:25 -04:00
parent 9377edd518
commit 8d68f87ec0

View File

@@ -20,6 +20,7 @@ function getGuilds(req) {
*/
function getChannels(guildId, req) {
const guild = req.discordClient.guilds.cache.get(guildId);
log.DEBUG("Found Guild channels with guild", guild.channels, guild);
return guild.channels;
}