$footer

Sets an embed's footer.

Usage

$footer[index;text;iconURL]

This function has three params.

ParamDescriptionTypeRequired

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.]`
})

Last updated