Does **MessageReactionAdd** Event work?
I asked myself this question because I use the event messageReactionAdd and my app does not interact in the event. How to add an emoji in a specific channel or also add reactions and remove them from other reactions.
:djs: v14.15.3
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!you need the GuildMessageReactions intent, and it only triggers on cached messages, unless you have the Message partial.
Pretty sure there's a reaction partial, also will need the user partial
Where is that section?