$description
Sets a embed's description.
Usage
$description[index;text]
This function has two params.
Param
Description
Type
Required
index
The embed to add this description to.
Integer
Yes
text
The text that the description should contain.
String
Yes
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$description[1;This is a description!]`
})

Last updated
Was this helpful?