create predefined buttons layout example in mainbot.js

This commit is contained in:
Akulij 2025-05-20 08:48:34 +05:00
parent a2e1354bee
commit bd800e88eb

View File

@ -7,6 +7,9 @@ const dialog = {
state: "start"
},
cancel: {
buttons: [
[{name: {name: "Def"}, callback_name: "defcall"}]
],
state: "none"
},
somecomplicatedcmd: {}