$footer

Sets an embed's footer.

Usage

$footer[index;text;iconURL]

This function has three params.

Param
Description
Type
Required

index

The embed to add this footer to.

Integer

Yes

text

The footer text.

String

Yes

iconURL

The footter icon URL.

String

No

Example

bot.commands.add({
    type: "basicCommand",
    name: "example",
    code: `$footer[Footer Text;$authorAvatar]
    $description[1;⬇️ That is the footer.]`
})
Result

Last updated

Was this helpful?