$description

Sets a description for the embed.

Usage

$description[text]

Breakdown

text - The text that appears in the description.

Example

bot.command({
 type: "command",
 name: "description",
 code: `$description[Hi! This is an example.]`
 })

Last updated

Was this helpful?