Properly create an embed

To create a embed, you must know what parameters and variables are and how they are used.
The following examples will help you understand how to use these.

In the screenshot above, the embed parameters being used are title, description, color, author, footer, url, field and timestamp.

Structure

{ begins a parameter.
: seperates parameter from content.
$v seperates the parameters.
} ends a parameter.

Variables inside parameters

Now, we’ll be implenting variables into our embed code.

{description: {guild.name}}$v{message: Hello! {user.mention}}

{guild.name} returns the guild’s name, while {user.mention} mentions the targeted user.

How can I add a new line to my description parameter?

It’s very simple. All you do is enter SHIFT+ENTER / go to the next line in your message-box on Discord.
(Note: embed code may not look visually appealing)

Why isn’t my embed code working for some commands?

Some commands allow both raw text and embed code. Because of this, you’ll need to specify if youre gonna enter an embed. To do this, you’ll need to begin your embed code with {embed}$v then proceed to write your embed code after as normally.

 welcome add #channel {embed}$v{message: Welcome to /{guild.name} {user.mention}}$v{description: Welcome}

Commands that require/support embed code

(!) means that the command take both raw text and embed code.

  • createembed
  • editembed
  • lastfm mode (!)
  • welcome add (!)
  • goodbye add (!)
  • boosts add (!)
  • levels message (!)
  • pagination add
  • pagination update