messageCreate No Message?
dj version 14.13
Why can't I receive messages in my messageCreate event?
But interactionCreate can receive /ping, but not other
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!
- ✅
Marked as resolved by OPcould be missing message content intent from here
All open
Sorry?
i see that you have the intent configured in your djs
Client
, but you need to make sure its also enabled in your portal for unverified botsThank you, it has been solved