From 1f396ce6d84f9395cf082d6deca7b99bd0ab8a40 Mon Sep 17 00:00:00 2001 From: Lukian LEIZOUR Date: Sat, 4 Mar 2023 23:12:37 +0100 Subject: [PATCH] commit --- register-commands.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/register-commands.js b/register-commands.js index 9ad0ed5..9fef6cc 100644 --- a/register-commands.js +++ b/register-commands.js @@ -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.');