why this collector isnt working?its not responding to the answers
here is what the json looks like
7 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 OPDo you have the necessary intents to receive messages?
what do you mean 🥲 im still pretty new to this
GuildMessages and MessageContent intents
Ah I thought I only needex ot use the collections I was following the discord. js guide on collections
The collectors are just handlers for those events, so the intents need to be enabled to receive them
ohh okk thank you 🫶