mainbot.js: fix missing comma

This commit is contained in:
Akulij 2025-05-18 22:19:27 +03:00
parent 3d6bf15806
commit 7dbad400cc

View File

@ -19,7 +19,7 @@ const dialog = {
// of message, should be sent manually in handler // of message, should be sent manually in handler
state: "none" state: "none"
}, },
} },
} }
const fmt = (number) => number.toString().padStart(2, '0'); const fmt = (number) => number.toString().padStart(2, '0');