$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.
Usage: $clearReactions[channelId;messageId;all/emoji]
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 eitherallto 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

Difficulty: Easy
Tags: clear reactions
⏱️ Function Cooldown
This function has a built-in cooldown to help prevent excessive usage.
| Property | Value |
|---|---|
| ⏱️ Duration | 10 seconds |
| 🆔 Tracked By | Channel ID |
| 🌐 Scope | Messageupdate |
Functions with the same Scope share cooldowns based on the same
Tracked Byvalue.
💎 Tier 3+ servers bypass this cooldown. See Premium Perks.