reactions_delete_own
Remove the bot's own reaction from a Discord message to roll back mistakes or clean up after polls.
Instructions
Purpose: Remove the bot's own reaction from a message.
When to use:
Roll back an erroneous reaction; clean up after a poll closes.
When NOT to use:
Removing another user's reaction → use
reactions_delete_user.Clearing all reactions → use
reactions_delete_all.
Returns: {deleted, channel_id, message_id, emoji}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | Yes | Unicode emoji (e.g. "👍") or `name:id` for custom emoji | |
| channel_id | Yes | Channel containing the message | |
| message_id | Yes | Message to remove the reaction from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||