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 }, );