New application commands not appearing.
i've recently added new commands to my code and it doesn't appear on discord. I did restart the bot, I restarted my discord but I still don't see it. Is my code a problem?
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!well
as far as i can see in that code
that looks to be ai generated and
1. You deploy your commands every time your bot is added to a guild, so no new commands will ever be added
2. You can use global commands in order to not have that code at all.
3. You should need a separate deploy file
oh ok