This commit is contained in:
Харченко Михаил
2018-03-05 13:13:15 +03:00
parent 77f8534744
commit 684d5b9943

View File

@ -76,7 +76,7 @@ class MessageWorker:
self.send(id=conf_id, msg=msg + ' ```')
return True
first, *middle, last = msg.split()
first, *middle, last = msg['message']['text'].split()
if first == '@here' or last == '@here':
conf_id = msg['message']['chat']['id']
user_id = msg['message']['from']['id']