/embed add ✏️
Description
Adds new embed(s) to an existing message sent by this bot. Provide JSON for a single embed or an array for multiple embeds.
Requirements:
The target message must be sent by this bot.
The target message must already contain at least one embed.
See Embed Management ✏️ for the supported JSON fields.
Arguments
Name | Type | Description | Optional? | Additional |
|---|---|---|---|---|
| String | Link to the target bot message. | ❌ No | Use “Copy Message Link” in Discord. |
| String | Embed JSON to append. | ❌ No | Single object or array of objects. |
Examples
Before
Target message (bot-authored) with an existing embed.
![]()
Command
/embed add link: https://discord.com/channels/693263712626278553/693441386044850256/1452472152426025100 embed: {"title":"Server Boosted","description":"Thanks for boosting the server — enjoy your shiny new role! 💎","color":"#FEE75C","fields":[{"name":"Perks","value":"Animated icon, vanity banner, better audio","inline":false}]}
After
Message now contains the previous embed plus the new one appended.
![]()
Notes
Invalid or empty JSON returns an error.
Messages not authored by the bot cannot be modified.
Last modified: 22 December 2025