mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 11:04:51 +00:00
Moga aja fix
This commit is contained in:
parent
83aaaa637f
commit
5cf1761a21
1 changed files with 3 additions and 1 deletions
|
|
@ -57,7 +57,9 @@ if USER_SESSION:
|
||||||
UBOT_NAME = user.me.first_name
|
UBOT_NAME = user.me.first_name
|
||||||
UBOT_USERNAME = user.me.username
|
UBOT_USERNAME = user.me.username
|
||||||
else:
|
else:
|
||||||
"", "", "" = UBOT_ID, UBOT_NAME, UBOT_USERNAME
|
UBOT_ID = None
|
||||||
|
UBOT_NAME = None
|
||||||
|
UBOT_USERNAME = None
|
||||||
BOT_ID = app.me.id
|
BOT_ID = app.me.id
|
||||||
BOT_NAME = app.me.first_name
|
BOT_NAME = app.me.first_name
|
||||||
BOT_USERNAME = app.me.username
|
BOT_USERNAME = app.me.username
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue