Captain Ezio commited on
Commit
89ef22e
Β·
1 Parent(s): f87a0c5

Update info.py

Browse files
Files changed (1) hide show
  1. Powers/plugins/info.py +2 -1
Powers/plugins/info.py CHANGED
@@ -94,7 +94,7 @@ async def user_info(c: Gojo, user, already=False):
94
  elif user_id == Config.BOT_ID:
95
  omp = "I am the targeted user"
96
 
97
-
98
  is_bot = user.is_bot
99
  is_fake = user.is_fake
100
  status = user.status
@@ -134,6 +134,7 @@ async def user_info(c: Gojo, user, already=False):
134
  <b>βœ‹ RESTRICTED</b>: {is_restricted}
135
  <b>βœ… VERIFIED</b>: {is_verified}
136
  <b>❌ FAKE</b> : {is_fake}
 
137
  <b>πŸ€– BOT</b>: {is_bot}
138
  <b>πŸ‘€ Last seen</b>: <code>{last_date}</code>
139
 
 
94
  elif user_id == Config.BOT_ID:
95
  omp = "I am the targeted user"
96
 
97
+ is_scam = user.is_scam
98
  is_bot = user.is_bot
99
  is_fake = user.is_fake
100
  status = user.status
 
134
  <b>βœ‹ RESTRICTED</b>: {is_restricted}
135
  <b>βœ… VERIFIED</b>: {is_verified}
136
  <b>❌ FAKE</b> : {is_fake}
137
+ <b>⚠️ SCAM</b> : {is_scam}
138
  <b>πŸ€– BOT</b>: {is_bot}
139
  <b>πŸ‘€ Last seen</b>: <code>{last_date}</code>
140