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