From 7dbad400cc78160d46f68ad9bc3d0b76974f57a5 Mon Sep 17 00:00:00 2001 From: Akulij Date: Sun, 18 May 2025 22:19:27 +0300 Subject: [PATCH] mainbot.js: fix missing comma --- mainbot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');