diff --git a/mainbot.js b/mainbot.js index 91a5450..a7ed9ca 100644 --- a/mainbot.js +++ b/mainbot.js @@ -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 = {