From 20af818923ac96b23514dd5bd26480ab4ada186e Mon Sep 17 00:00:00 2001 From: Akulij Date: Fri, 6 Jun 2025 02:05:17 +0500 Subject: [PATCH] mainbot.js: define free_doc button --- mainbot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mainbot.js b/mainbot.js index 2b97256..828655f 100644 --- a/mainbot.js +++ b/mainbot.js @@ -32,6 +32,7 @@ const dialog = { literal: "left_application_msg", handler: leave_application }, + free_doc: {}, ask_question: {} }, stateful_msg_handlers: { -- 2.47.2