Error deploying commands following the JS guide
I'm following the guide provided by Discord JS. When I run the command "node deploy-commands.js", I get an error message that prevents me from seeing slashCommands on my test server bot.
PS F:\xxxxxxx> node deploy-commands.js
Started refreshing 1 application (/) commands.
DiscordAPIError[10002]: Unknown Application
at handleErrors (F:\xxxxxxxx\node_modules@discordjs\rest\dist\index.js:727:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async SequentialHandler.runRequest (F:\xxxxxxxx\node_modules@discordjs\rest\dist\index.js:1128:23)
at async SequentialHandler.queueRequest (F:\xxxxxxxx\node_modules@discordjs\rest\dist\index.js:959:14)
at async _REST.request (F:\xxxxxxxx\node_modules@discordjs\rest\dist\index.js:1272:22)
at async F:\xxxxxxxx\deploy-commands.js:36:16 {
requestBody: { files: undefined, json: [ [Object] ] },
rawError: { message: 'Unknown Application', code: 10002 },
code: 10002,
status: 404,
method: 'PUT',
url: 'https://discord.com/api/v10/applications/1352646125622136945/guilds/1352644742306988095/commands'
}
[email protected]
node v22.14.0
Can someone help me ?
Have a nice day
3 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPSounds like an invalid application id
even if my Bot is ON ? I took the clientID on my Discord Developer Dashboard and put in "clientID" in config.json
in OAuth2 / Client information / ClientID : 1356562014612492439
it's not the same...
i can now deploy the commands.... thank you for your help