add somecomplicatedcmd as an example in mainbot.js

This commit is contained in:
Akulij 2025-05-18 22:19:09 +03:00
parent 6299f6d815
commit 3d6bf15806

View File

@ -9,6 +9,7 @@ const dialog = {
cancel: { cancel: {
state: "none" state: "none"
}, },
somecomplicatedcmd: {}
}, },
stateful_msg_handlers: { stateful_msg_handlers: {
start: {}, // everything is by default, so just send message `start` start: {}, // everything is by default, so just send message `start`