mirror of
https://github.com/house-of-vanity/conf_bot.git
synced 2025-07-06 22:34:07 +00:00
Merge branch 'master' into feature
This commit is contained in:
@ -78,6 +78,7 @@ class MessageWorker:
|
|||||||
|
|
||||||
first, *middle, last = msg['message']['text'].split()
|
first, *middle, last = msg['message']['text'].split()
|
||||||
if first == '@here' or last == '@here':
|
if first == '@here' or last == '@here':
|
||||||
|
|
||||||
conf_id = msg['message']['chat']['id']
|
conf_id = msg['message']['chat']['id']
|
||||||
user_id = msg['message']['from']['id']
|
user_id = msg['message']['from']['id']
|
||||||
chat_title = msg['message']['chat']['title']
|
chat_title = msg['message']['chat']['title']
|
||||||
|
Reference in New Issue
Block a user