Skip to content

Commit

Permalink
Updated id
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-NCSU committed Aug 21, 2021
1 parent 64dca95 commit c452590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const rest = new REST({ version: '9' }).setToken(token);
console.log('Started refreshing application (/) commands.');

await rest.put(
Routes.applicationGuildCommands('729142596240277516', '430074563703996417'),
Routes.applicationGuildCommands('728401850033897574', '430074563703996417'),
{ body: commands },
);

Expand Down

0 comments on commit c452590

Please sign in to comment.