githubEdit

$footer

Add a footer in the message.

circle-exclamation

Usage:

$footer[text]

Example:

bot.command({
    name: "footer",
    code: `Text and button is required!
    $button[id1:Button 1]
    $footer[This is footer]`
});

Last updated