app_emojis_create
Upload a custom emoji for a Discord application (bot) that works across all servers. Use it to register an app-scoped emoji independent of any guild.
Instructions
Purpose: Upload a new application-scoped custom emoji.
When to use:
Register an emoji available wherever the bot is - independent of guild.
When NOT to use:
Guild-only emoji → use
emojis_create.
Example: {application_id:"…", name:"spark", image:"data:image/png;base64,…"}
Returns: {id, name, animated}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Emoji name (2-32 chars) | |
| image | Yes | Emoji image as a base64 data URI (e.g. "data:image/png;base64,…") | |
| application_id | Yes | Application to attach the emoji to |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||