Updated commands.js

This commit is contained in:
Christer Warén 2021-08-19 02:01:06 +03:00
parent 4b10736508
commit 0a269aac94

View File

@ -23,6 +23,10 @@ module.exports = {
try {
console.log('Started refreshing application (/) commands.');
await rest.put(
Routes.applicationCommands(clientId),
{ body: commands },
);
await rest.put(
Routes.applicationGuildCommands(clientId, guildId),
{ body: commands },