discord_create_emoji
Create a custom emoji for a Discord server. Requires a name and a base64-encoded image data URI.
Instructions
Create a custom emoji. imageDataUri must be a data URI (data:image/png;base64,...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| guildId | Yes | ||
| imageDataUri | Yes |