$button
Usage:
$button[buttonId:buttonText;buttonId:buttonText;...]Example:
bot.command({
name: "button",
code: `Text is required!
$button[id1:Button 1;id2:Another Button]`
});
Last updated
$button[buttonId:buttonText;buttonId:buttonText;...]bot.command({
name: "button",
code: `Text is required!
$button[id1:Button 1;id2:Another Button]`
});
Last updated