Checking Reactions
How can I know when a reaction is added to a message by anyone, and if the same reaction is reacted by another person will it trigger again?
6 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.messageReactionAdd
event
<Message>.createReactionCollector()
<Message>.awaitReactions()
if i do that will it listen for any and all or do I need to spesify a message
the ones with <Message> are only for a specified msg but tou could use a channel for the collector to
messageReactionAdd will check for any message?
From that how would I be able to get the amount of reactions?
Documentation suggestion for @scriptedethan: MessageReaction#count
The number of people that have given the same reaction