$clearReactions
This function allows you to clear reactions from a specific message. You can either clear all reactions or only those associated with a particular emoji.
$clearReactions[channelId;messageId;all/emoji]
Usage: Arguments:
channelId
: The ID of the channel where the message is located.messageId
: The ID of the message to clear reactions from.all/emoji
: Specify eitherall
to clear all reactions from the message, or provide the emoji itself to clear only reactions of that specific emoji.
Example:
Clearing all reactions from a message:
$clearReactions[8372387429384729;9483749283749283;all]
Clearing only the 👍 reactions from a message:
$clearReactions[8372387429384729;9483749283749283;👍]
Visual Example