0.0.12-fixes

This commit is contained in:
2023-09-11 20:02:29 +03:00
parent 2929c5f58f
commit f16b939d59
14 changed files with 136 additions and 53 deletions

View File

@@ -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')