Bot deleted off dashboard, what happens to code?
Hi, I had to delete my bot off of the discord dev dashboard, and created a new one and assigned the token and all the stuff I had to do to it. My command is no longer there when I try to execute it. Do I have to delete all the files and restart?
13 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 OPNo, just deploy the commands again on the new application / token
The code isn't bound to any one token
I get this every time
Then there's an error in your code, but that doesn't mean you should be deleting it
But when I move the slash commands out of the command folder, they work but do not deploy
I'm not following
Sorry
Excuse that message
Your code appears to be attempting to deploy commands from subfolders, but maybe its not also loading them from subfolders
I'm positive I used the same code as used on the guide
I fixed it
But now I get this
DiscordAPIError[20012]: You are not authorized to perform this action on this application
:
- The supplied client id and token do not belong to the same application.
- Usually encountered when trying to deploy application commands.Yup