This commit is contained in:
ShadowVR 2024-06-01 16:33:40 -04:00
parent 6273a04923
commit 433d9ff5cb

View file

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