__on_discord_reaction

__on_discord_reaction(reaction, user, added)#

Executes when a user reacts to a message with some emoji.

Event inputs#

Value Type Description
reaction Reaction The reaction that was made containing the emoji.
user User The user who reacted.
added Boolean Whether if the reaction was added or removed.