#Reference Error.
6 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!
well, you do indeed never define slashcommands
or well, rather, is it defined on your client instance
there is actually no need for a client at all since thats the point of REST, it removes the need to run it every time your bot starts
I tried before with slashcommands mentioned but it didnt work so I watched something on youtube for it and they put commandarray instead it just.. doesnt work still