$authorIcon

Adds an icon to the author section in the embed.

Syntax

$authorIcon[image url;(index)]

$authorIcon[] will not work if there is no text provided in $author[].

Parameters

  • image url (Type: URL || Flag: Emptiable): The image for the author icon. This must be a valid image URL.
  • index (Type: Integer || Flag: Optional): To which embed the author icon will be added. (learn more)

Example

$nomention
$authorIcon[$authorAvatar]
$author[⬅️ That is the author icon. This is the author text.]

example