Spaces:
Sleeping
Sleeping
Captain D. Ezio
commited on
Commit
Β·
8657278
1
Parent(s):
bbd57f9
Update info.py
Browse files- Powers/plugins/info.py +2 -3
Powers/plugins/info.py
CHANGED
@@ -166,8 +166,7 @@ async def user_info(c: Gojo, user, already=False):
|
|
166 |
|
167 |
if gban:
|
168 |
caption += f"<b>β οΈ Gban reason</b>: <code>{reason}</code>"
|
169 |
-
caption += f"""
|
170 |
-
<b>π DC ID</b>: {dc_id}
|
171 |
<b>β RESTRICTED</b>: {is_restricted}
|
172 |
<b>β
VERIFIED</b>: {is_verified}
|
173 |
<b>β FAKE</b> : {is_fake}
|
@@ -286,7 +285,7 @@ async def info_func(c: Gojo, message: Message):
|
|
286 |
if not status or status == "Member":
|
287 |
approved_users = Approve(m.chat.id).list_approved()
|
288 |
if user in approved_users:
|
289 |
-
status = "Approved"
|
290 |
|
291 |
if status:
|
292 |
info_caption += f"<b>π₯ Status </b>: {status}"
|
|
|
166 |
|
167 |
if gban:
|
168 |
caption += f"<b>β οΈ Gban reason</b>: <code>{reason}</code>"
|
169 |
+
caption += f"""<b>π DC ID</b>: {dc_id}
|
|
|
170 |
<b>β RESTRICTED</b>: {is_restricted}
|
171 |
<b>β
VERIFIED</b>: {is_verified}
|
172 |
<b>β FAKE</b> : {is_fake}
|
|
|
285 |
if not status or status == "Member":
|
286 |
approved_users = Approve(m.chat.id).list_approved()
|
287 |
if user in approved_users:
|
288 |
+
status = "Member, Approved"
|
289 |
|
290 |
if status:
|
291 |
info_caption += f"<b>π₯ Status </b>: {status}"
|