0.0.12-fixes
This commit is contained in:
@@ -3,6 +3,7 @@ from bot.utils.mention import mention, userdata_extract
|
||||
from bot.storage import storage
|
||||
|
||||
def show_request_msg(msg):
|
||||
print("showing request with button")
|
||||
chat_id = str(msg['chat']['id'])
|
||||
from_id = str(msg['from']['id'])
|
||||
lang = msg['from'].get('language_code', 'ru')
|
||||
|
Reference in New Issue
Block a user