Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
79f2f8e
1
Parent(s):
43052d2
Update info.py
Browse files- Powers/plugins/info.py +2 -2
Powers/plugins/info.py
CHANGED
|
@@ -72,8 +72,8 @@ async def user_info(c: Gojo, user, already=False):
|
|
| 72 |
omp = "User is sudoer"
|
| 73 |
elif user_id in WHITELIST_USERS:
|
| 74 |
omp = "User is in whitelist"
|
| 75 |
-
|
| 76 |
-
|
| 77 |
is_bot = user.is_bot
|
| 78 |
is_fake = user.is_fake
|
| 79 |
status = user.status
|
|
|
|
| 72 |
omp = "User is sudoer"
|
| 73 |
elif user_id in WHITELIST_USERS:
|
| 74 |
omp = "User is in whitelist"
|
| 75 |
+
|
| 76 |
+
omp = "Hmmm.......Who is that again?"
|
| 77 |
is_bot = user.is_bot
|
| 78 |
is_fake = user.is_fake
|
| 79 |
status = user.status
|