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