From f42910dd4ca9d68416cc3703197abaae56a337b2 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Fri, 9 Jul 2021 16:17:40 +0200 Subject: [PATCH] Make guilds command an admin command --- commands/guilds.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/guilds.js b/commands/guilds.js index fbd9012..c4eb45e 100644 --- a/commands/guilds.js +++ b/commands/guilds.js @@ -1,6 +1,7 @@ module.exports = { name: 'guilds', description: 'Returns guild names', + admin: true, execute({message, client}) { let guildNames = ""; client.guilds.cache.each(guild => {