From 3465ede86d345ce51440fe1bb84f452cc24a82e9 Mon Sep 17 00:00:00 2001 From: Cristhian <79179637+Expectatives@users.noreply.github.com> Date: Sat, 27 Nov 2021 19:56:18 -0500 Subject: [PATCH] i'm wrong i'm stupid --- handler/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/index.js b/handler/index.js index 5099e4b..15a6154 100644 --- a/handler/index.js +++ b/handler/index.js @@ -38,7 +38,7 @@ module.exports = async (client) => { client.on("ready", async () => { // Register Slash Commands for a single guild // await client.guilds.cache - // .get(client.config.botClientID) + // .get("YOUR_GUILD_ID") // .commands.set(arrayOfSlashCommands); // Register Slash Commands for all the guilds