6 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 OPthe slash command wont show up on my discord, but if i revert the slash command to what it was before the command shows up
so smth is up with how i wrote this but i have no idea what
It should throw an error. Looks like you have a bad error handler
Names can't contain upper case letters
?
like the .setname?
so .setName("name")
No, the string inside
.setName("Name")
.setName("Formula")
yep i got it
thank you so much
works now