Dungeon Hub Help

/embed send ✏️

Description

Sends a new message containing embeds. Provide JSON for a single embed or a JSON array for multiple embeds. You can also pass a CDN URL (generated by /embed get ✏️) instead of raw JSON.

If a CDN URL is provided, the bot downloads the JSON and posts the embeds to the selected channel.

See Embed Management ✏️ for the supported JSON fields.

Examples

Send a single embed

/embed send embed: {"title":"Patch Notes","description":"Bumped the bot to v3.2.1 — slash commands got a glow-up ✨","color":"#A51770","author":"Dungeon Hub","fields":[{"name":"Highlights","value":"- New modals\n- Better timeouts","inline":false}]}

embed-send-single.png

Send multiple embeds

/embed send embed: [{"title":"Server Status","description":"All systems operational ✅","color":"#57F287"},{"title":"Tip","description":"Pro-tip: Use threads for long support chats 🧵","color":"#5865F2"}]

embed-send-multi.png

Send from CDN URL

/embed send embed: https://cdn.dungeon-hub.net/f24e45bf-4021-463b-a487-c74167ad5f36.txt

embed-send-cdn.png

Arguments

Name

Type

Description

Optional?

Additional

embed

String

Embed JSON or a CDN URL.

❌ No

Accepts a single object or an array of objects.

channel

Channel

Target channel for the message.

✅ Yes

Defaults to the channel where the command is used.

Notes

  • The bot validates JSON; invalid JSON will return an error.

  • At least one embed must be provided; empty arrays are rejected.

Last modified: 22 December 2025