__on_discord_reaction
__on_discord_reaction(reaction, member, 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. |
member |
Member | The member who reacted. |
added |
Boolean | Whether the reaction was added or removed. |