From d1c2e13b917a90c240464e6fe75c274a5449dab8 Mon Sep 17 00:00:00 2001 From: Lukian LEIZOUR Date: Sat, 18 Mar 2023 20:38:46 +0100 Subject: [PATCH] commit --- register-commands.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/register-commands.js b/register-commands.js index 9fef6cc..ea23818 100644 --- a/register-commands.js +++ b/register-commands.js @@ -105,14 +105,14 @@ const rest = new REST({ version: '10' }).setToken(process.env.DISCORD); try { console.log('Started refreshing application (/) commands.'); - /*await rest.put( + 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 },