Guide to understand the fundamentals of scripting embeds.
title
parameter will look like {title: hello {user}}
. The {user}
is a variable which will be filled in with the user’s display name.
{
begins a parameter.:
separates parameter from content.$v
separates the parameters.}
ends a parameter.url
- The embed URL. (https://..
)color
- The embed color. (#FFFFFF
)title
- The embed title. (hello {user}
)description
- The embed description. (hello {user}
)image
- The embed image URL. (https://..
)thumbnail
- The embed thumbnail URL. (https://..
)timestamp
- The embed timestamp. (NO ARGUMENTS)&&
.
Author
Field
name
- The field name.value
- The field value.Footer
Button
{user}
will be replaced with the user’s display name.
SHIFT
+ ENTER
to create a new line.
{embed}$v
then proceed to write your embed code after as normal.