Skip to main content

How to create an embed

To create an embed, I will use an example using the ,embed create command to create a very simple embed:
,embed create {embed}$v{title: this is the title}$v{description: this is the description}$v{color: 2b2d31}
$v is used as a seperator between each embed key variable

Embed Keys

There are many embed keys that can be used for creating embeds. Below, I will show you the full extent of an embed that can be made using all available keys:
{content: this is the content that shows outside the embed}

{title: this is the title}

{description: this is the description}

{color: hexit color}

{author: author of the embed; icon: {user.avatar}}

{footer: footer description; icon: {user.avatar}}

{thumbnail: {user.avatar}}

{image: image link}

{field1: name=First field; value=this is an inline field; inline=true}

{field2: name=Second Field; value=Y non-inline field; inline=false}
The embed create command can make embeds with the keys seperated like this as well to make it easier