Remove reaction
remove_reactionRemove a reaction from a message. Omit user to remove the bot's own reaction; require Manage Messages permission for other users.
Instructions
Remove a reaction from a message. Omit user to remove the bot's own reaction. Removing another user's reaction requires Manage Messages permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | User whose reaction to remove (id, @mention, or username). Omit to remove the bot's own reaction. | |
| emoji | Yes | Emoji to remove (Unicode or custom emoji name/id). | |
| server | No | Server (guild) name or id. Optional when the bot is in a single server or DISCORD_GUILD_ID is set. | |
| channel | Yes | Channel the message is in (name or id). | |
| message_id | Yes | Id of the message. |