Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
0249134
1
Parent(s):
d4244a8
Update info.py
Browse files- Powers/plugins/info.py +1 -1
Powers/plugins/info.py
CHANGED
@@ -77,7 +77,7 @@ async def user_info(c: Gojo, user, already=False):
|
|
77 |
is_verified = user.is_verified
|
78 |
is_restricted = user.is_restricted
|
79 |
photo_id = user.photo.big_file_id if user.photo else None
|
80 |
-
is_support = user_id in SUPPORT_STAFF
|
81 |
if user_id in SUPPORT_STAFF:
|
82 |
if user_id in DEV_USERS:
|
83 |
omp = "User is dev"
|
|
|
77 |
is_verified = user.is_verified
|
78 |
is_restricted = user.is_restricted
|
79 |
photo_id = user.photo.big_file_id if user.photo else None
|
80 |
+
is_support = True if user_id in SUPPORT_STAFF else False
|
81 |
if user_id in SUPPORT_STAFF:
|
82 |
if user_id in DEV_USERS:
|
83 |
omp = "User is dev"
|