From bf93e0baa5cd789ece6fe8e3b413ff373f9b50bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=9A=D1=80=D0=B8=D0=B2?= =?UTF-8?q?=D0=BE=D1=87=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Mon, 20 Jul 2026 23:01:08 +0700 Subject: [PATCH] feat: add INSTRUCT_MAIN_MENU_TEXT alias in instruct/handlers.py --- instruct/handlers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/instruct/handlers.py b/instruct/handlers.py index 576878b..4438e07 100644 --- a/instruct/handlers.py +++ b/instruct/handlers.py @@ -12,6 +12,8 @@ from utils.texts import ( instruct_email_text, ) +INSTRUCT_MAIN_MENU_TEXT = instruct_main_menu_text + # ======================================== # SETUP # ========================================