Skip to content

Commit

Permalink
Update info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgojoof6eyes authored Jan 7, 2025
1 parent bf45a46 commit fb736be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Powers/plugins/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ async def user_info(c: Gojo, user, already=False):

if gban:
caption += f"<b>☠️ Gban reason</b>: <code>{reason}</code>"
caption += f"""
<b>🌐 DC ID</b>: {dc_id}
caption += f"""<b>🌐 DC ID</b>: {dc_id}
<b>✋ RESTRICTED</b>: {is_restricted}
<b>✅ VERIFIED</b>: {is_verified}
<b>❌ FAKE</b> : {is_fake}
Expand Down Expand Up @@ -286,7 +285,7 @@ async def info_func(c: Gojo, message: Message):
if not status or status == "Member":
approved_users = Approve(m.chat.id).list_approved()
if user in approved_users:
status = "Approved"
status = "Member, Approved"

if status:
info_caption += f"<b>👥 Status </b>: {status}"
Expand Down

0 comments on commit fb736be

Please sign in to comment.