$description
Sets a embed's description.
Usage
$description[index;text]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$description[1;This is a description!]`
})
Last updated
Was this helpful?