From 21f737e822deff08f4463e5b4b58e8ac009d77fe Mon Sep 17 00:00:00 2001 From: Louis Mazin Date: Thu, 16 Apr 2026 00:00:56 +0200 Subject: [PATCH] edit --- src/discord/deploy_command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discord/deploy_command.js b/src/discord/deploy_command.js index 3595a60..acf9fca 100644 --- a/src/discord/deploy_command.js +++ b/src/discord/deploy_command.js @@ -30,7 +30,7 @@ module.exports = (token) => { try { console.log(`Started refreshing ${commands.length} application (/) commands.`); const data = await rest.put( - Routes.applicationGuildCommands(1256304109393547305n, "1068240252092813373"), + Routes.applicationGuildCommands(1494066337092341842n, process.env.GUILD_ID), { body: commands }, ).then(data=>console.log(`Successfully reloaded ${data.length} application (/) commands.`)) } catch (error) {