commit
This commit is contained in:
parent
585bb8e042
commit
d1c2e13b91
1 changed files with 2 additions and 2 deletions
|
@ -105,14 +105,14 @@ const rest = new REST({ version: '10' }).setToken(process.env.DISCORD);
|
||||||
try {
|
try {
|
||||||
console.log('Started refreshing application (/) commands.');
|
console.log('Started refreshing application (/) commands.');
|
||||||
|
|
||||||
/*await rest.put(
|
await rest.put(
|
||||||
Routes.applicationGuildCommands('1059559067846189067', '1062473997297668108'),
|
Routes.applicationGuildCommands('1059559067846189067', '1062473997297668108'),
|
||||||
{ body: commands },
|
{ body: commands },
|
||||||
);
|
);
|
||||||
await rest.put(
|
await rest.put(
|
||||||
Routes.applicationGuildCommands('1059559067846189067', '1081560091951636481'),
|
Routes.applicationGuildCommands('1059559067846189067', '1081560091951636481'),
|
||||||
{ body: commands },
|
{ body: commands },
|
||||||
);*/
|
);
|
||||||
await rest.put(
|
await rest.put(
|
||||||
Routes.applicationGuildCommands('1059559067846189067', '1059248968028139640'),
|
Routes.applicationGuildCommands('1059559067846189067', '1059248968028139640'),
|
||||||
{ body: commands },
|
{ body: commands },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue