app_emojis_list
List custom emojis registered to a Discord application, covering emojis usable in any guild. Supply the application ID to get emoji IDs, names, and animated flags.
Instructions
Purpose: List custom emojis registered against the application (per-app, not per-guild).
When to use:
Inspect app-level emojis usable from any guild the bot is in.
When NOT to use:
Guild-scoped emojis → use
emojis_list_guild.
Returns: {emojis:[{id, name, animated}], count}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application_id | Yes | Application owning the emojis |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||