This commit is contained in:
Lukian LEIZOUR 2023-03-04 23:12:37 +01:00
parent 6129492031
commit 1f396ce6d8

View file

@ -108,10 +108,14 @@ const rest = new REST({ version: '10' }).setToken(process.env.DISCORD);
/*await rest.put(
Routes.applicationGuildCommands('1059559067846189067', '1062473997297668108'),
{ body: commands },
);*/
);
await rest.put(
Routes.applicationGuildCommands('1059559067846189067', '1081560091951636481'),
{ body: commands },
);*/
await rest.put(
Routes.applicationGuildCommands('1059559067846189067', '1059248968028139640'),
{ body: commands },
);
console.log('Successfully reloaded application (/) commands.');