What could be the error it is not collecting my reaction is not even printing the user.id
3 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!as time goes by it returns Collected 0 items even if I react
Show the intents you have in your client
you are probably missing the necessary ones
You need
Guilds
GuildMessageReactions
GuildMessages, at least i think, not sure if you need something else for those events to emit