$addReaction
Adds reaction to the message.
Usage
$addReaction[(Channel ID;Message ID);Emoji]
Parameters
Label | Description | Required |
---|---|---|
Channel ID | Where is message located. | False |
Message ID | Where is bot need to add reaction. | False |
Emoji | Which 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[👍]]')