$author

Adds author text to an embed.

Syntax

$author[text;(index)]

Parameters

  • text (Type: String || Flag: Emptiable): The text that appears in the author text. It cannot exceed more than 256 characters.
  • index (Type: Integer || Flag: Optional): To which embed the author text will be added. (learn more)

Example

$nomention
$author[This is the author text!]

example