From f2a828e1926024b0b6ee5166a03b9cbb8966e6b4 Mon Sep 17 00:00:00 2001 From: Nick Thompson Date: Sat, 21 Aug 2021 15:14:12 -0400 Subject: [PATCH] Made commands global --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 603ea5f..77feda5 100644 --- a/index.js +++ b/index.js @@ -43,7 +43,7 @@ const rest = new REST({ version: '9' }).setToken(token); console.log('Started refreshing application (/) commands.'); await rest.put( - Routes.applicationGuildCommands('728401850033897574', '430074563703996417'), + Routes.applicationCommands('728401850033897574'), { body: commands }, );