mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-01 10:34:51 +00:00
Fix
This commit is contained in:
parent
84089c3241
commit
83aaaa637f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue