mainbot.js: use function in buttons field instead of function name

This commit is contained in:
Akulij 2025-05-21 12:28:56 +05:00
parent 6fa398401d
commit a4e8ea0390

View File

@ -3,7 +3,7 @@
const dialog = { const dialog = {
commands: { commands: {
start: { start: {
buttons: "start_buttons", // default is `null` buttons: start_buttons, // default is `null`
state: "start" state: "start"
}, },
cancel: { cancel: {