From bc806c6a3cd31dffc2692f85914c0dd857b4d03a Mon Sep 17 00:00:00 2001 From: Untone Date: Tue, 12 Sep 2023 00:17:28 +0300 Subject: [PATCH] async-fix --- bot/handlers/command_ask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/handlers/command_ask.py b/bot/handlers/command_ask.py index b98b1ee..239a6a3 100644 --- a/bot/handlers/command_ask.py +++ b/bot/handlers/command_ask.py @@ -3,7 +3,7 @@ from handlers.send_button import show_request_msg from api import get_member -def handle_command_ask(msg): +async def handle_command_ask(msg): print("handling request resend") _cmd, chat_id, member_id = msg["text"].split(" ") chat_id = chat_id.replace("-", "-100")