async-fix

This commit is contained in:
Untone 2023-09-12 00:17:28 +03:00
parent 3773814a61
commit bc806c6a3c

View File

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