#Already reacted
6 messages · Page 1 of 1 (latest)
- What's your exact discord.js
npm list discord.jsand nodenode -vversion? - Not a discord.js issue? Check out #1081585952654360687.
- 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 OP
MessageReaction#count
The number of people that have given the same reaction
You don’t need to, as you can get the actual reaction count from it, not calculate yourself by +1
Huh? I’m trying to check if someone previously removed a reaction then re added it
May be totally wrong here but if you’re using a db why not just have a like, value with the people who have already reacted in there. "reacted_users": [array of ids]