From f14c662a307121dff8ae122e7577d85e3cb597f3 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 12 Oct 2023 15:57:25 +0200 Subject: [PATCH] Test Signed-off-by: David --- command-deployment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command-deployment.js b/command-deployment.js index d27e1df..1f8a093 100644 --- a/command-deployment.js +++ b/command-deployment.js @@ -28,9 +28,9 @@ const rest = new REST().setToken(token); console.log(`Started refreshing ${commands.length} application (/) commands.`); console.log(commands) + console.log(Routes.applicationCommands(clientid)) // The put method is used to fully refresh all commands in the guild with the current set const data = await rest.put( - Routes. Routes.applicationCommands(clientid), { body: commands }, );