-
Notifications
You must be signed in to change notification settings - Fork 0
Embed Builder
🌐 English · Deutsch
/embeds (login required) is a visual Discord embed builder with a live, Discord-style preview. You compose an embed on the left and see exactly how it will look on the right, then send it to a channel — or export it as JSON for use elsewhere.
Supported embed parts: title, description (Markdown, rendered in the preview), color, author (name + icon URL), footer (text + icon URL) and a large image. You can also add plain message content above the embed.
Additionally the builder supports fields (up to 25, with inline toggle), a thumbnail and a timestamp — but see the note below.
Important
Sending vs. exporting: sending goes through the gateway's announce.send, which delivers title, description, color, author, footer and image. Fields, thumbnail and timestamp are preview/export-only — they show in the preview and are included in the JSON export, but are not delivered when sending from the dashboard. The builder marks this with a hint when such parts are set.
The send panel uses the same access model as /announce: only servers where you have guild_admin (level 3) are offered, and within a server only text channels the bot can post in. Composing and exporting work even when no server qualifies or the gateway is offline — only sending is disabled then.
Drafts are saved locally in your browser (localStorage) under a name you choose — load, overwrite or delete them at any time. They never leave your machine and are not shared between browsers or users.
- Export produces the standard Discord API embed format — paste it into other bots, webhooks or tools.
- Import accepts the same format and fills the form (fields capped at 25; invalid JSON is reported).
-
Web UI — the
/announcequick announcement builder -
Authentication — permission levels (
guild_admin) -
API & Gateway — the
announce.*methods
🇬🇧 English
Users
- Getting Started
- Configuration
- Authentication
- Web UI
- Feature Catalog
- Embed Builder
- Public Pages
- Cog Management
- Statistics
- Logs
- Custom Pages
- Deployment
- Self-Update
Developers