Skip to main content

$addReaction

Adds reaction to the message.

Usage

$addReaction[(Channel ID;Message ID);Emoji]

Parameters

LabelDescriptionRequired
Channel IDWhere is message located.False
Message IDWhere is bot need to add reaction.False
EmojiWhich reaction bot should add.True

Examples

  • Example 1
<Client>.add_command(name='!command', code='$addReaction[😎]')
  • Example 2
<Client>.add_command(name='!command', code='$sendMessage[Hello!;#addReaction[👍]]')