#i have problems with the slash command
5 messages · Page 1 of 1 (latest)
- What's your exact discord.js
npm list discord.jsand nodenode -vversion? - Not a discord.js issue? Check out #1081585952654360687.
- 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!
you don't seem to have followed the guide given you don't have a deploy commands script
Oh , damn
Finish the whole guide then try and debug. Slash commands are actually 3 different things.
- The data sent to discord (SlashCommandBuilder)
- The actual code that runs (the
async execute(interaction)) - An interaction handler to point the interaction to your specific command file
If any of the 3 aren't working, then your command won't work