delete_reaction
Remove a reaction that the bot added to a Discord message by providing the channel ID, message ID, and emoji.
Instructions
Deletes the bot's reaction on a message in a Discord channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | Yes | The emoji reaction to remove. | |
| channel_id | Yes | The ID of the channel. | |
| message_id | Yes | The ID of the message. |