$footer
Sets an embed's footer.
Usage
$footer[index;text;iconURL]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$footer[Footer Text;$authorAvatar]
$description[1;⬇️ That is the footer.]`
})
Last updated
Was this helpful?