diff --git a/bot.js b/bot.js index 9508c8b..d42db9a 100644 --- a/bot.js +++ b/bot.js @@ -613,6 +613,7 @@ async function usersWith(message) { } async function aboutServer(message) { + await guild.members.fetch(); const textChannelCount = message.guild.channels.cache.filter(c => c.type === 'text').size; const voiceChannelCount = message.guild.channels.cache.filter(c => c.type === 'voice').size; const categoryChannelCount = message.guild.channels.cache.filter(c => c.type === 'category').size;