app_emojis_modify
Rename a Discord application emoji by specifying its ID and a new 2-32 character name. Omit the application ID to modify an emoji owned by the authenticated bot.
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 | |||