fix mainbot.js: start_buttons: return actual buttons

This commit is contained in:
Akulij 2025-05-23 15:28:41 +05:00
parent d174ee7bc7
commit 99758500b3

View File

@ -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 = {