Registering slash-commands

why when i use server registering its all okey BUT when i left GuildID it crushes
No description
3 Replies
d.js toolkit
d.js toolkit3w ago
- 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 OP
TÆMBØ
TÆMBØ3w ago
You are using the applicationGuildCommands() route, which is specifically for guild commands. If you want to deploy globally, use the applicationCommands() route instead
kumayouko
kumayouko3w ago
oh ty! missed this part