Embed Builder

Create custom Discord embeds with variables

Embed Builder

Preview

This is how your embed will appear in Discord
Evict
you can edit this description!

Generated script

{embed}$v{color: #CCCCFF}$v{title: Evict}$v{description: you can edit this description!}

Variables

User Variables

{user} - User mention
{user.id} - User ID
{user.name} - Username
{user.tag} - User discriminator
{user.avatar} - User avatar URL

Server Variables

{guild.name} - Server name
{guild.id} - Server ID
{guild.count} - Member count
{guild.icon} - Server icon URL
{guild.boost_count} - Boost count

Channel Variables

{channel} - Channel mention
{channel.name} - Channel name
{channel.id} - Channel ID
{channel.topic} - Channel topic
{channel.position} - Channel position

Syntax Examples:

  • {content: Hello {user.name}!} - Set message content with variable
  • {embed} - Start a new embed
  • {title: Welcome to {guild.name}!} - Set embed title with variable
  • {field: Stats && Members: {guild.count} && inline} - Add inline field
  • {timestamp} - Add current timestamp
  • $v - Separator between commands (or use newlines)