discord_embed
Send rich embed messages to Discord. Customize with title, description, color, fields, footer, thumbnail, image, author, and URL.
Instructions
Send a rich embed message to Discord with title, description, color, fields, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | The embed title | |
| description | No | The main embed description/content | |
| color | No | Embed color as integer (e.g., 0xFF0000 for red). Default: Discord blurple | |
| fields | No | Array of field objects with 'name', 'value', and optional 'inline' (boolean) | |
| footer | No | Footer text | |
| thumbnail_url | No | URL for thumbnail image (small, top-right) | |
| image_url | No | URL for main embed image (large, bottom) | |
| author_name | No | Author name shown at top of embed | |
| url | No | URL that the title links to |