0.0.12-fixes
This commit is contained in:
@@ -3,8 +3,8 @@ from bot.handlers.send_button import show_request_msg
|
||||
from bot.api import get_member
|
||||
|
||||
def handle_command_ask(msg):
|
||||
print(f'handling request resend')
|
||||
cmd, chat_id, member_id = msg['text'].split(' ')
|
||||
print('handling request resend')
|
||||
_cmd, chat_id, member_id = msg['text'].split(' ')
|
||||
chat_id = chat_id.replace('-', '-100')
|
||||
r = get_member(chat_id, member_id)
|
||||
print(r)
|
||||
|
Reference in New Issue
Block a user