diff --git a/mainbot.js b/mainbot.js index 1abc2db..973055f 100644 --- a/mainbot.js +++ b/mainbot.js @@ -19,7 +19,7 @@ const dialog = { // of message, should be sent manually in handler state: "none" }, - } + }, } const fmt = (number) => number.toString().padStart(2, '0');