$footer

Add a footer in the message.

Usage:

$footer[text]

Example:

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

Last updated

Was this helpful?