Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
28fc0c7
1
Parent(s):
165d5ec
Update info.py
Browse files- Powers/plugins/info.py +1 -1
Powers/plugins/info.py
CHANGED
@@ -92,7 +92,7 @@ async def user_info(c: Gojo, user, already=False):
|
|
92 |
omp = "User is in whitelist"
|
93 |
elif user_id == Config.BOT_ID:
|
94 |
omp = "I am the targeted user"
|
95 |
-
|
96 |
omp = "Hmmm.......Who is that again?"
|
97 |
|
98 |
is_bot = user.is_bot
|
|
|
92 |
omp = "User is in whitelist"
|
93 |
elif user_id == Config.BOT_ID:
|
94 |
omp = "I am the targeted user"
|
95 |
+
if not (is_support or Config.BOT_ID):
|
96 |
omp = "Hmmm.......Who is that again?"
|
97 |
|
98 |
is_bot = user.is_bot
|