dc_react

dc_react(message, emoji)#

Reacts to a message with an emoji.

Input parameters#

Parameter Type Description
message Message The message to react to.
emoji Emoji, String The emoji to use for the reaction.
Can be a unicode emoji (e.g. 🎮️).

Output values#

Return values#

  • Null, if successful.

Uncaught exceptions #

  • Throws an exception on failure.
  • missing_permissions
    • 50013 - The channel has "Add Reactions" disabled.