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") +