Custom Command
FunctionsMessage Functions

$addCmdReactions

Reacts to the user's message with multiple emojis.

This function allows you to add multiple reactions to the message that triggered the command.

Usage

$addCmdReactions[emoji1;emoji2;...]

Parameters:

  • emoji1;emoji2;...: A semicolon-separated list of emojis to add as reactions. You can use standard emojis (e.g., 😀, ðŸĪŠ) or custom emojis (if the bot has access to them).

Example

This example adds a checkmark and a cross emoji as reactions to the user's command message.

$addCmdReactions[✅;❌]

Function difficulty: Easy

Tags: Add Reactions

Function Cooldown

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

  • Cooldown: 5 seconds
  • Tracked By: User
  • Type: emojiuser

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

On this page