improve logging to troubleshoot
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user