✏️ forgot config.bot.clientId
This commit is contained in:
parent
91eba3988f
commit
c926ddd4ce
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue