app_emojis_modify
Rename an application emoji to update its public-facing name. Provide application ID, emoji ID, and new name to receive the updated emoji details.
Instructions
Purpose: Rename an application emoji.
When to use:
Update the public-facing name of an app emoji.
When NOT to use:
Replacing image bytes - Discord does not allow editing emoji bytes.
Returns: {id, name, animated}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New emoji name (2-32 chars) | |
| emoji_id | Yes | Emoji to modify | |
| application_id | Yes | Application owning the emoji |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||