From 0fa11655d55b80a68091f4b1ab01f09b083dbd48 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: Thu, 30 Jul 2026 21:57:48 +0700 Subject: [PATCH] fix: set state before showing email unavailable text so 9 works --- instruct/handlers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/instruct/handlers.py b/instruct/handlers.py index 060704c..5b83d3f 100644 --- a/instruct/handlers.py +++ b/instruct/handlers.py @@ -533,3 +533,4 @@ async def instruct_router_handler(msg: Message): else: await msg.answer(UNKNOWN_MAIN_CMD_TEXT, parse_mode="html") +