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
d.js toolkit
d.js toolkit8mo ago
- 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!
Amgelo
Amgelo8mo ago
you need the GuildMessageReactions intent, and it only triggers on cached messages, unless you have the Message partial.
Mark
Mark8mo ago
Pretty sure there's a reaction partial, also will need the user partial
Smile
SmileOP8mo ago
Where is that section?
d.js docs
d.js docs8mo ago
:guide: Popular Topics: Reactions - Listening for reactions on old messages read more

Did you find this page helpful?