$addCmdReactions

Adds reactions to the message that triggered the command.

Syntax

$addCmdReactions[emojis;...]

Parameters

  • emojis (Type: Emoji || Flag: Required): The emoji(s) the bot reacts with. Separate emojis using ;.

You can use Unicode emojis and emoji IDs, but not emoji names. For emoji IDs, the bot must be present in the server that the emoji originates from.

List of unicode emojis: 😋 Get Emoji

Example

$nomention
$addCmdReactions[$message]

example

How to get emoji ID?

This method requires Developer Mode to be enabled!

  1. Type \:TheEmojiName:
  2. Send the message.
  3. Copy the ID it returns. (The emoji ID should be in this format: <:emojiName:ID>. If the emoji is animated, it should look like this: <a:emojiName:ID>)
  4. Input the emoji ID into $addCmdReactions[]. (e.g $addCmdReactions[<:hollyDab:828628880629825546>])

example

If you're still having issues, check the Troubleshooting page.