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) {