From c452590533e1b53fde005592f9e362325be10730 Mon Sep 17 00:00:00 2001 From: Nick Thompson Date: Sat, 21 Aug 2021 15:01:00 -0400 Subject: [PATCH] Updated id --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index acce40e..603ea5f 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('729142596240277516', '430074563703996417'), + Routes.applicationGuildCommands('728401850033897574', '430074563703996417'), { body: commands }, );