$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