Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
231a179
1
Parent(s):
f0d9e2e
Update info.py
Browse files- Powers/plugins/info.py +1 -1
Powers/plugins/info.py
CHANGED
|
@@ -55,7 +55,7 @@ async def user_info(user, already=False):
|
|
| 55 |
elif user_id in WHITELIST_USERS:
|
| 56 |
omp = "User is in whitelist users' list"
|
| 57 |
else:
|
| 58 |
-
omp = "
|
| 59 |
is_bot = user.is_bot
|
| 60 |
is_fake = user.is_fake
|
| 61 |
status = user.status
|
|
|
|
| 55 |
elif user_id in WHITELIST_USERS:
|
| 56 |
omp = "User is in whitelist users' list"
|
| 57 |
else:
|
| 58 |
+
omp = "Hmmm.......Who is that again?"
|
| 59 |
is_bot = user.is_bot
|
| 60 |
is_fake = user.is_fake
|
| 61 |
status = user.status
|