Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
KIO2gamer committed Feb 23, 2024
1 parent c981eb9 commit c5f4ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = async () => {
// The put method is used to fully refresh all commands in the guild with the current set
const data = await rest.put(
Routes.applicationGuildCommands(clientId, guildId),
{ body: commands },
{ body: [] },
);

console.log(
Expand Down

0 comments on commit c5f4ff8

Please sign in to comment.