diff --git a/commands/botinfo.js b/commands/botinfo.js index b49e15d..6393a7f 100644 --- a/commands/botinfo.js +++ b/commands/botinfo.js @@ -8,7 +8,7 @@ module.exports = { description: 'Shows information about the bot', execute({message, client, prefix}) { let guildCount = 0; - client.guilds.cache.each(guild => { + client.guilds.cache.each(() => { guildCount++ });