Remove Reaction from Message
discord_remove_reactionRemove the bot's emoji reaction from a Discord message by providing channel ID, message ID, and emoji.
Instructions
Remove the bot's emoji reaction from a message.
Args:
channel_id (string): Discord channel ID
message_id (string): Message ID
emoji (string): Emoji to remove
Returns: Confirmation of reaction removed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | Yes | Emoji reaction to remove | |
| channel_id | Yes | Discord channel ID (snowflake) | |
| message_id | Yes | Discord message ID (snowflake) |