create predefined buttons layout example in mainbot.js
This commit is contained in:
parent
a2e1354bee
commit
bd800e88eb
@ -7,6 +7,9 @@ const dialog = {
|
|||||||
state: "start"
|
state: "start"
|
||||||
},
|
},
|
||||||
cancel: {
|
cancel: {
|
||||||
|
buttons: [
|
||||||
|
[{name: {name: "Def"}, callback_name: "defcall"}]
|
||||||
|
],
|
||||||
state: "none"
|
state: "none"
|
||||||
},
|
},
|
||||||
somecomplicatedcmd: {}
|
somecomplicatedcmd: {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user