Can't find out where code needs to be
Hello, I have been trying to figure out where this piece of code goes in my discord bot directory. In the section of Command Handling > Executing Commands.
5 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 OPin your client.on callback
whether you use an event handler or not
in Client.js?
depends on if you usr an event handler
just where you construct your client probably
or in your interactionCreate event if you have a handler
Oh I understand now, thank you