Getting an error when deploying commands
Error Message:
My host runs
deploy-commands.js
then index.js
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!all my command names are unique
your error disagrees
perhaps you have a duplicate option name somewhere
which is weird
i checked all the command files
lemme recheck
yeah
all have unique names
command names all match the file names
k
so it shows i have 2
/join
commandssearch your project directory for the string
join
and make sure there's only onek