fix missing commas in mainbot.js

This commit is contained in:
Akulij 2025-05-18 16:14:02 +03:00
parent a643a707ed
commit 48cbd4c7d0

View File

@ -3,7 +3,7 @@
const dialog = { const dialog = {
commands: { commands: {
start: { start: {
buttons: "start_buttons" buttons: "start_buttons",
}, },
}, },
} }
@ -30,7 +30,7 @@ function start_buttons() {
} }
const config = { const config = {
version: 1.1 version: 1.1,
} }
// {config, dialog} // {config, dialog}