emojis_get
Fetch a guild emoji by ID to confirm it exists and inspect its role restrictions.
Instructions
Purpose: Fetch a single guild emoji by ID.
When to use:
Verify an emoji exists; inspect role-restriction list.
Returns: {id, name, animated, available, roles}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji_id | Yes | Emoji to fetch | |
| guild_id | Yes | Guild owning the emoji |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||