Utility

Embeds

Design rich Discord embeds with a live preview, save them to a reusable library, and send or schedule them to any channel.

Embeds are the polished message cards with a title, color, fields and images. Build them on the dashboard's Embed Builder with a live preview, save them to a reusable library, then send or schedule them to any channel. Power users can also write embeds inline with an embed script.

Commands

,savedembed send <name> [#channel]   send a saved library embed
,savedembed list                     list library embeds
,savedembed delete <name>            delete a library embed
,embed <name> [#channel]             send an embed from the classic builder
,embed list                          list classic-builder embeds
,embed delete <name>                 delete a classic-builder embed
,createembed <script>                render an inline embed from a script
,draft <type> <prompt>               write post copy with AI

Aliases: ,semb / ,embedlibrary (savedembed), ,ce (createembed), ,generate (draft). savedembed and embed need Manage Messages. The composer's library (savedembed) and the classic builder (embed) are separate stores.

Embed script

createembed renders an embed from blocks you type:

,createembed $v{title: Welcome!} $v{description: Hi {user.mention}} $v{color: blurple}
  • Each part is a $v{key: value} block. Keys: title, description, url, color, image, thumbnail, timestamp, author, footer, content.
  • Colors take hex (#5865f2) or names (red, blurple, gold).
  • Add fields with $f{name && value && inline} (third part optional).
  • Separate up to 10 embeds with the {embed} marker.
  • Show conditional content with {if condition}...{else}...{/if}.

AI drafting

,draft announcement we are hosting a giveaway this weekend
,draft rules a friendly gaming community
,draft welcome a cozy art server
,draft rewrite <your rough text>

It returns finished copy to paste into the composer or createembed.

Variables

These placeholders are filled in when an embed is sent:

VariableValue
{user.mention}Mentions the user
{user.name}Username
{user.tag}Full tag
{user.id}User ID
{user.avatar}Avatar URL
{member.mention}Mentions the member
{member.nick}Server nickname (or display name)
{guild.name}Server name
{guild.id}Server ID
{guild.count}Member count
{guild.icon}Server icon URL
{channel.mention}Mentions the channel
{channel.name}Channel name
{channel.id}Channel ID

The same variables work in feeds, autoresponders, welcome/goodbye messages and scheduled messages.

Design and preview embeds on the Embed Builder dashboard page, then recall them with ,savedembed send.