$description

Adds a description to an embed.

Syntax

$description[message;(index)]

Parameters

  • message (Type: String || Flag: Emptiable): The text to set the description as. It cannot exceed more than 4096 characters.
  • index (Type: Integer || Flag: Optional): What embed the description should belong to. The default is 1. (learn more)

Example

$nomention
$description[This is a description! 😎]

example