mainbot.js: use function in buttons field instead of function name
This commit is contained in:
parent
6fa398401d
commit
a4e8ea0390
@ -3,7 +3,7 @@
|
||||
const dialog = {
|
||||
commands: {
|
||||
start: {
|
||||
buttons: "start_buttons", // default is `null`
|
||||
buttons: start_buttons, // default is `null`
|
||||
state: "start"
|
||||
},
|
||||
cancel: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user