Dungeon Hub Help

/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

link

String

Link to the target bot message.

❌ No

Use “Copy Message Link” in Discord.

embed

String

Embed JSON to append.

❌ No

Single object or array of objects.

Examples

Before

Target message (bot-authored) with an existing embed.

embed-add-before.png

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.

embed-add-after.png

Notes

  • Invalid or empty JSON returns an error.

  • Messages not authored by the bot cannot be modified.

Last modified: 22 December 2025