1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-04-23 10:44:48 +00:00

Updated commands.js

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

@ -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 },