Skip to content

Commit

Permalink
removed guild
Browse files Browse the repository at this point in the history
  • Loading branch information
karhu1 committed Feb 3, 2023
1 parent 864d2f1 commit 6c6c0da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/functions/handlers/handleCommands.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ module.exports = (client) => {
}

const clientId = '1070629282528895026';
const guildId = '1028837973984292926';
//const guildId = '1028837973984292926';
const rest = new REST({ version: '9' }).setToken(process.env.token);
try {
console.log(`Started refreshing application (/) commands.`)

await rest.put(
Routes.applicationGuildCommands(clientId, guildId),
Routes.applicationCommands(clientId),
{ body: client.commandArray },
);

Expand Down

0 comments on commit 6c6c0da

Please sign in to comment.