$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 either all 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

Difficulty: Easy
Tags: clear reactions

⏱️ Function Cooldown

This function has a built-in cooldown to help prevent excessive usage.

PropertyValue
⏱️ Duration10 seconds
🆔 Tracked ByChannel ID
🌐 ScopeMessageupdate

Functions with the same Scope share cooldowns based on the same Tracked By value.

💎 Tier 3+ servers bypass this cooldown. See Premium Perksopen in new window.