Clear reactions
clear_reactionsClear all reactions from a message, or specify an emoji to remove only that reaction. Preview changes first, then confirm to execute.
Instructions
Clear all reactions from a message, or all of one emoji. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token executes. Relay the preview for the user's go-ahead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel name or ID. | |
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| message_id | Yes | ||
| emoji | No | Only clear this emoji; omit to clear everything. | |
| dry_run | No | ||
| confirm_token | No |