From 99758500b34fe1fc9ee8f921c7346aba93b5271f Mon Sep 17 00:00:00 2001 From: Akulij Date: Fri, 23 May 2025 15:28:41 +0500 Subject: [PATCH] fix mainbot.js: start_buttons: return actual buttons --- mainbot.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = {