11 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 OPcode and event runner
show your client definitiom
Probably missing GuildMessages intent
how its defined in the index.js?
also that event doesnt run once
yes
Yeah missing GuildMessages
And probably MessageContent too
also how can i just have all intents?
You dont
You only use the ones you need
oh ok thanks
it works thanks!