Clear reactions
clear_reactionsClear all reactions or a specific emoji from a Discord message. First call shows a preview and provides a confirm token; calling again with the token executes the removal.
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 |
|---|---|---|---|
| emoji | No | Only clear this emoji; omit to clear everything. | |
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| channel | Yes | Channel name or ID. | |
| dry_run | No | ||
| message_id | Yes | ||
| confirm_token | No |