$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. Use semicolons ; as a separator to separate multiple emojis.

You can use unicode emojis, emoji IDs, and emoji aliases.

For emoji aliases, make sure to put : in front and at the end of the alias.
For emoji IDs, the bot must be present in the server that the emoji originates from.

List of unicode emojis: 😋 Get Emoji
List of supported emoji aliases: Emoji Aliases

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.