Embed Parser
newEmbedcreates a new embed usage
{newEmbed: embed sub parsers}titlesets the title of the embed
{title: Hello World!}descriptionsets the description of the embed
{description: I am UserSatoshi!}urlsets the url of the embed
{url: https\\://usersatoshi.com} // Not real websitetimestampsets the timestamp of the embed
{timestamp} /** or */ {timestamp: time in ms}colorsets the color of the embed
{color: #ff0000} /** or */ {color: 0xff0000}footersets the footer of the embed
{footer: Hello World!: https\\://usersatoshi.com/picture.png} // Not real website icon, icon url is optionalimagesets the image of the embed
{image: https\\://usersatoshi.com/picture.png} // Not real websitethumbnailsets the thumbnail of the embed
{thumbnail: https\\://usersatoshi.com/picture.png} // Not real websiteauthorsets the author of the embed
{author: Hello World!: https\\://usersatoshi.com/picture.png} // Not real website icon, icon url is optionalfieldadds a field to the embed
{field: Hello World!: I am UserSatoshi!: no} // Field name and field value are required, inline is optional which is the last argument