Default commands get added for no reason?
idk why it just adds a bunch of different default like commands, i have just 3 commands getting loaded.. is there like a flag that i accidently turned on?
8 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 OPdjs doesn't automatically make commands on it's own
yea they are non functional, but i have no idea why they show up like that
by the looks of it (aka the activedevbadge command) you have either used the token on some open source code or an interactions endpoint
i used botghost at the start just to see what it is, but realised it isnt really what i wanted, i resetted the token tho.. is there anything else i need to reset before i run it? like is there an option to clear listed commands cache and such?
discord.js Guide
Imagine a guide... that explores the many possibilities for your discord.js bot.
You need to make a request so it removes them
oh ok thank u so much
works, ty