new specification of bot commands definition
This commit is contained in:
parent
e7d43adc40
commit
a643a707ed
@ -1,9 +1,11 @@
|
||||
// db - is set globally
|
||||
|
||||
const dialog = {
|
||||
commands: {
|
||||
start: {
|
||||
buttons: "start_buttons"
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
const fmt = (number) => number.toString().padStart(2, '0');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user