$addReactions

Adds reactions to the bot's response.

Syntax

$addReactions[emojis;...]

Parameters

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

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
Yes or no?
$addReactions[✅;:x:]

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 $addReactions[]. (e.g $addReactions[<:hollyDab:828628880629825546>])

example

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