$button
Add a button to the message.
Usage:
$button[buttonId:buttonText;buttonId:buttonText;...]Example:
bot.command({
name: "button",
code: `Text is required!
$button[id1:Button 1;id2:Another Button]`
});
Last updated
Was this helpful?