Detect new reactions
guys please how can i make my bot remove all the reactions in all the messages in specific channel ?
or at least make it check if any message added remove it
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 OPyou can listen for the messageReactionAdd evenr
You cannot delete all emotes from all messages
i do that but still when i add reaction itest isn't logged
you need to enable partials
how can i do that
i actually do this
so i don't know if i enabled it or no
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
thank u so much i saw it right now