From 848edf394ab5bc4b5eed8c16b127916a85eb4fb8 Mon Sep 17 00:00:00 2001 From: ShadowVR Date: Sat, 1 Jun 2024 16:35:11 -0400 Subject: [PATCH] Update --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2fb0739..d882741 100644 --- a/index.js +++ b/index.js @@ -57,7 +57,7 @@ async function registerSlashCommands() { console.log('Started registering slash commands.'); await rest.put( - '/applications/1214089740450537543/commands', // Replace {applicationId} with your bot's application ID + '/applications/1210474674257928203/commands', // Replace {applicationId} with your bot's application ID { body: commands }, );