This commit is contained in:
ShadowVR 2024-06-01 16:35:11 -04:00
parent 433d9ff5cb
commit 848edf394a

View file

@ -57,7 +57,7 @@ async function registerSlashCommands() {
console.log('Started registering slash commands.'); console.log('Started registering slash commands.');
await rest.put( 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 }, { body: commands },
); );