$clearReaction
Removes a specific reaction from a message for a given user.
$clearReaction[channelId;messageId;userId;emoji]
Usage: Parameters:
channelId
: The ID of the channel where the message is located.messageId
: The ID of the message to remove the reaction from.userId
: The ID of the user whose reaction should be removed.emoji
: The emoji to remove (can be the emoji itself or the emoji ID for custom emojis).
Example
This example shows how to remove a specific user's reaction from a message.