add more command example to mainbot.js

This commit is contained in:
Akulij 2025-05-18 16:30:25 +03:00
parent 48cbd4c7d0
commit 05b298e61c

View File

@ -4,6 +4,10 @@ const dialog = {
commands: { commands: {
start: { start: {
buttons: "start_buttons", buttons: "start_buttons",
state: "start"
},
cancel: {
state: "none"
}, },
}, },
} }