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