Remove unused variable
This commit is contained in:
parent
edba188072
commit
274215f665
1 changed files with 1 additions and 1 deletions
|
@ -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++
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue