Captain Ezio commited on
Commit
2cf0846
Β·
1 Parent(s): 18c86d3

Update info.py

Browse files
Files changed (1) hide show
  1. Powers/plugins/info.py +5 -5
Powers/plugins/info.py CHANGED
@@ -136,18 +136,18 @@ async def chat_info(c: Gojo, chat, already=False):
136
  <b>πŸš€ Chat Title</b>: {title}
137
  <b>✨ Chat Type</b>: {type_}
138
  <b>🌐 DataCentre ID</b>: {dc_id}
139
- <b> Username</b>: {("@" + username) if username else "NA"}
140
  <b>🧐 Scam</b>: {is_scam}
141
  <b>🀨 Fake</b>: {is_fake}
142
- <b> Restricted</b>: {is_restricted}
143
- <b> Reasons</b>: {reasons}
144
  <b>πŸ‘¨πŸΏβ€πŸ’» Description: <code>{description}</code>
145
  <b>πŸ‘ͺ Total members</b>: {members}
146
  <b>πŸ“Ž Link to the chat</b>: <a href={invite_link}>Click HereπŸšͺ</a>
147
  <b>🚫 Can Save Content</b>: {can_save}
148
  <b>πŸ˜‹ Sticker set</b>: {sticker_set}
149
- <b> Linked Chat</b>: {linked_chat if linked_chat else "Not Linked"}
150
- <b> Reactions</b>: {reactions}
151
 
152
  """
153
 
 
136
  <b>πŸš€ Chat Title</b>: {title}
137
  <b>✨ Chat Type</b>: {type_}
138
  <b>🌐 DataCentre ID</b>: {dc_id}
139
+ <b>πŸ” Username</b>: {("@" + username) if username else "NA"}
140
  <b>🧐 Scam</b>: {is_scam}
141
  <b>🀨 Fake</b>: {is_fake}
142
+ <b>🧐 Restricted</b>: {is_restricted}
143
+ <b>🀭 Reasons</b>: {reasons}
144
  <b>πŸ‘¨πŸΏβ€πŸ’» Description: <code>{description}</code>
145
  <b>πŸ‘ͺ Total members</b>: {members}
146
  <b>πŸ“Ž Link to the chat</b>: <a href={invite_link}>Click HereπŸšͺ</a>
147
  <b>🚫 Can Save Content</b>: {can_save}
148
  <b>πŸ˜‹ Sticker set</b>: {sticker_set}
149
+ <b>πŸ”— Linked Chat</b>: {linked_chat if linked_chat else "Not Linked"}
150
+ <b>πŸ”₯ Reactions</b>: {reactions}
151
 
152
  """
153