add comment about default value of buttons in mainbot.js

This commit is contained in:
Akulij 2025-05-18 22:18:37 +03:00
parent 8e9d5b4f1d
commit 6299f6d815

View File

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