Get reactions
get_reactionsRetrieve the list of users who reacted to a specific message with a given emoji, using channel, message ID, and emoji.
Instructions
List users who reacted to a message with a specific emoji.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | Yes | Emoji to look up (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. |