Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: David <[email protected]>
  • Loading branch information
DavidCraftDev committed Oct 12, 2023
1 parent 78e7c9c commit f14c662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command-deployment.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ const rest = new REST().setToken(token);
console.log(`Started refreshing ${commands.length} application (/) commands.`);

console.log(commands)
console.log(Routes.applicationCommands(clientid))
// The put method is used to fully refresh all commands in the guild with the current set
const data = await rest.put(
Routes.
Routes.applicationCommands(clientid),
{ body: commands },
);
Expand Down

0 comments on commit f14c662

Please sign in to comment.