Moga aja fix

This commit is contained in:
yasirarism 2023-05-16 06:51:34 +00:00 committed by GitHub
parent 83aaaa637f
commit 5cf1761a21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,9 @@ if USER_SESSION:
UBOT_NAME = user.me.first_name
UBOT_USERNAME = user.me.username
else:
"", "", "" = UBOT_ID, UBOT_NAME, UBOT_USERNAME
UBOT_ID = None
UBOT_NAME = None
UBOT_USERNAME = None
BOT_ID = app.me.id
BOT_NAME = app.me.first_name
BOT_USERNAME = app.me.username