onReactionRemove
Command executes when a reaction gets removed from a message.
Event: onReactionRemove
Type: reactionRemoveCommand
Prerequisites
Add the onReactionRemove
Event:
Add the GUILD_MESSAGE_REACTIONS
Intent:
Functions
$emojiString
- The stringified emoji an user unreacted with.$emojiID
- The ID of the emoji an user unreacted with.$emojiName
- The name of the emoji an user unreacted with.$emojiIdentifier
- The identifier of the emoji an user unreacted with.$reactionAuthorID
- Returns the user who unreacted.
Example
You should use server variables in $channelSendMessage[]
for 'channelID' (if your bot is in more than 1 server).
Last updated