Dungeon Hub Help

/embed get ✏️

Description

Extracts embed data from a message link. You can return a readable preview (single-embed only), the raw JSON in a code block, or a CDN link to the JSON. Without count, all embeds on the message are returned.

If the message contains multiple embeds, you can select a specific one by index. If the JSON is too large (about 4000+ chars) or you explicitly choose cdn, the JSON is uploaded and a CDN URL is returned instead of a code block.

See Embed Management ✏️ for details on the JSON format.

Arguments

Name

Type

Description

Optional?

Additional

link

String

Link to the target message.

❌ No

Use “Copy Message Link” in Discord.

type

Choice

Output format: beautiful, source, or cdn.

✅ Yes

If omitted, source is used.

count

Integer

Which embed to select (0-based).

✅ Yes

Only required if the message has multiple embeds.

Notes

  • beautiful renders a single embed’s fields as a readable preview.

  • source returns the JSON in a code block, if size allows.

  • cdn uploads the JSON to the CDN and returns a URL.

Examples

Get JSON for all embeds

/embed get link: https://discord.com/channels/693263712626278553/693441386044850256/1452467821563875328

Returns a JSON array in a code block (or a CDN link if too large).

embed-get-all.png

Get a readable preview (single embed)

/embed get link: https://discord.com/channels/693263712626278553/693441386044850256/1452467821563875328 type: beautiful count: 0

Shows a readable preview of the first embed on that message.

embed-get-beautiful.png

Get a CDN link

/embed get link: https://discord.com/channels/693263712626278553/693441386044850256/1452467821563875328 type: cdn

Uploads the JSON and returns a CDN URL.

embed-get-cdn.png

Last modified: 22 December 2025