app_emojis_modify
Rename an application emoji to update its public-facing name. Omit application_id to modify an emoji owned by the authenticated bot application.
Instructions
Purpose: Rename an application emoji.
When to use:
Update the public-facing name of an app emoji.
Omit
application_idto modify an emoji owned by the authenticated bot application.
When NOT to use:
Replacing image bytes - Discord does not allow editing emoji bytes; create and verify a replacement with
app_emojis_create, then remove the old one with confirmation viaapp_emojis_delete.
Returns: {id, name, animated}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New emoji name (2-32 ASCII letters, digits, or underscores) | |
| emoji_id | Yes | Emoji to modify | |
| application_id | No | Application owning the emoji (omit to use the authenticated bot application) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||