async-fix
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user