fix mainbot.js: start_buttons: return actual buttons
This commit is contained in:
parent
d174ee7bc7
commit
99758500b3
@ -49,7 +49,10 @@ function start_buttons() {
|
||||
const dateFormated = formatDate(now);
|
||||
|
||||
// return 1
|
||||
return dateFormated
|
||||
return [
|
||||
[{name: {name: dateFormated}, callback_name: "no"}],
|
||||
[{name: {name: "Hello!"}, callback_name: "no"}],
|
||||
]
|
||||
}
|
||||
|
||||
const config = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user