Create Emoji
discord_create_emojiUpload a custom emoji to a Discord server by specifying name, image URL, and optional role restrictions for usage.
Instructions
Create a custom emoji in a server.
Args:
guild_id (string): Discord server/guild ID
name (string): Emoji name (2-32 chars, alphanumeric and underscores)
image_url (string): URL of image (PNG, JPG, GIF under 256KB)
roles (string[], optional): Role IDs that can use this emoji
Returns: Created emoji details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Emoji name (2-32 alphanumeric characters) | |
| guild_id | Yes | Discord server/guild ID (snowflake) | |
| image_url | Yes | URL of the image to use for the emoji |