discord_edit_dm_embed
Edit an embed previously sent by the bot in a direct message. Update only the fields you specify; all other fields are removed.
Instructions
Edit an embed previously sent by the bot in a DM. Only provided fields are updated; omitted fields are removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The Discord user ID. | |
| message_id | Yes | The message ID (must be a bot message). | |
| content | No | Optional new text content above the embed. | |
| title | No | ||
| url | No | URL that makes the title clickable. | |
| description | No | ||
| color | No | Hex color e.g. #5865F2 | |
| fields | No | ||
| author | No | Author block shown at the top of the embed. | |
| thumbnail_url | No | Small image shown in the top-right corner. | |
| footer | No | ||
| image_url | No | ||
| timestamp | No | If true, adds the current timestamp to the embed. |