diff --git a/src/deploy-commands.js b/src/deploy-commands.js index 7766e4f..352c3dd 100644 --- a/src/deploy-commands.js +++ b/src/deploy-commands.js @@ -23,7 +23,7 @@ module.exports = async () => { const rest = new REST({ version: '9' }).setToken(config.bot.token); await rest.put( - Routes.applicationCommands(clientId), + Routes.applicationCommands(config.bot.clientId), { body: commands }, );