feature/implement-bot-into-client-core #2

Merged
logan merged 42 commits from feature/implement-bot-into-client-core into master 2023-05-06 14:45:00 -04:00
Showing only changes of commit 8d68f87ec0 - Show all commits

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