From 1fce7b13ab2878d81028db455dcba5a880758d89 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Wed, 19 May 2021 17:31:01 -0500 Subject: [PATCH] Remove server-specific commands --- bot/awesomescibo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index 63cbf0f..d0a6b06 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -115,7 +115,7 @@ client.once("ready", () => { }); client.on("guildCreate", (guild) => { - guild.commands.set(slashCommands); + //guild.commands.set(slashCommands); const welcomeChannel = guild.channels.cache .find( (channel) =>