Custom Command
FunctionsMessage Functions

$clearReaction

Removes a specific reaction from a message for a given user.

Usage

$clearReaction[channelId;messageId;userId;emoji]

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.

Difficulty: Easy

Tags: Clear Reaction

Function Cooldown

This function has built-in cooldown. Why? Read more about cooldowns here.

  • Cooldown: 10 seconds
  • Tracked By: Channel ID
  • Type: messageupdate

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

On this page