[discord.js] Listening for Reactions

How do I get the bot to send a message and then do something if someone reacted to a specific message?

Thank you so much! And welcome to the community by the way! :slight_smile:

actually it’d be reaction.emoji.name

so

if (reaction.emoji.name === “”) {…}

Please don’t bump old posts and OP already found the answer. Also, this could be for a older version of discord.js and the API could be different.

1 Like