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

View file

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