diff --git a/mainbot.js b/mainbot.js index 162f31b..b064a25 100644 --- a/mainbot.js +++ b/mainbot.js @@ -1,9 +1,11 @@ // db - is set globally const dialog = { - start: { - buttons: "start_buttons" - } + commands: { + start: { + buttons: "start_buttons" + }, + }, } const fmt = (number) => number.toString().padStart(2, '0');