Sets an embed's footer.
Last updated 2 years ago
$footer[index;text;iconURL]
This function has three params.
bot.commands.add({ type: "basicCommand", name: "example", code: `$footer[Footer Text;$authorAvatar] $description[1;⬇️ That is the footer.]` })
index
The embed to add this footer to.
Integer
Yes
text
The footer text.
String
iconURL
The footter icon URL.
No