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