discord_get_reactions
List Discord users who reacted to a message with a specific emoji, returning their ID, username, and bot status. Use this read-only tool to identify reactors quickly.
Instructions
List the users who reacted to a message with a specific emoji. Returns { reactions: [...] } with id, username, bot flag. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | Yes | Unicode emoji or custom emoji 'name:id' to list reactors for. | |
| limit | No | Max users to return (1–100). Default 25. | |
| channel_id | Yes | ID (snowflake) of the channel or thread containing the message. | |
| message_id | Yes | ID of the message to inspect. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reactions | Yes |