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
const dialog = {
start: {
buttons: "start_buttons"
}
commands: {
start: {
buttons: "start_buttons"
},
},
}
const fmt = (number) => number.toString().padStart(2, '0');