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