new specification of bot commands definition

This commit is contained in:
Akulij 2025-05-18 16:13:17 +03:00
parent e7d43adc40
commit a643a707ed

View File

@ -1,9 +1,11 @@
// db - is set globally // db - is set globally
const dialog = { const dialog = {
commands: {
start: { start: {
buttons: "start_buttons" buttons: "start_buttons"
} },
},
} }
const fmt = (number) => number.toString().padStart(2, '0'); const fmt = (number) => number.toString().padStart(2, '0');