Global Commands are not registering
i made sure certain command is reserved for a particular server and remaining commands are global , the code which iam pasting below worked for the past 3 days but it stopped working yesterday - https://gist.github.com/Kiran-Alex/2920c666d0dadf5f309977b595fe3d03 and the output : - >
10 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 OP"discord.js": "^14.16.3",
Unknown User•4d ago
Message Not Public
Sign In & Join Server To View
yeah it's not moving past - deploying x global commands
i will add this this.rest.on('rateLimited', console.log) and see what happen
Unknown User•4d ago
Message Not Public
Sign In & Join Server To View
i did some changes but yeah iam doing them frequently
Unknown User•4d ago
Message Not Public
Sign In & Join Server To View
ohh ok thankss
You also shouldn't deploy them every time your bot starts, only run your index and deploy only when you edit command data
That's so helpful, Thanks a ton