Embed Builder
Create and manage rich embeds with a visual editor, templates, and dynamic variables.
Embed Builder
Hubdustry's Embed Builder provides a visual editor for creating rich Discord embeds. Design embeds on the dashboard, save templates, and use variables for dynamic content.
Dashboard Editor
The embed editor is available at Dashboard → Embed Builder:
- Title: Main heading of the embed
- Description: Body text (supports markdown)
- Color: Sidebar color of the embed
- Fields: Add multiple name/value pairs (inline or stacked)
- Author: Name and icon at the top
- Footer: Text and icon at the bottom
- Thumbnail: Small image in the top-right
- Image: Large image at the bottom
- Timestamp: Automatically set or custom
Commands
| Command | Description |
|---|---|
/embed send <template> | Send a saved embed template |
/embed create | Quick-create an embed via command |
/embed list | List saved templates |
/embed delete <name> | Delete a template |
Templates
Save embeds as reusable templates:
- Design your embed in the dashboard editor
- Click Save as Template
- Give it a name (e.g.,
rules,welcome,announcement) - Use
/embed send rulesto post it anytime
Variables
Use dynamic variables in embeds:
| Variable | Replaced With |
|---|---|
{user} | User mention |
{user.name} | Display name |
{user.avatar} | Avatar URL |
{server} | Server name |
{server.icon} | Server icon URL |
{server.members} | Total member count |
{date} | Current date |
{time} | Current time |
Permissions Required
| Permission | Why |
|---|---|
| Send Messages | To send embeds |
| Embed Links | Required for rich embeds |