Captain Ezio commited on
Commit
5ea462e
Β·
1 Parent(s): ec22482

Update info.py

Browse files
Files changed (1) hide show
  1. Powers/plugins/info.py +1 -1
Powers/plugins/info.py CHANGED
@@ -189,7 +189,7 @@ async def chat_info(c: Gojo, chat, already=False):
189
  <b>πŸ‘¨πŸΏβ€πŸ’» Description</b>: <code>{description}</code>
190
  <b>πŸ‘ͺ Total members</b>: {members}
191
  <b>🚫 Has Protected Content</b>: {can_save}
192
- <b>πŸ”— Linked Chat</b>: @{linked_chat.id if linked_chat else "Not Linked"}
193
 
194
  """
195
 
 
189
  <b>πŸ‘¨πŸΏβ€πŸ’» Description</b>: <code>{description}</code>
190
  <b>πŸ‘ͺ Total members</b>: {members}
191
  <b>🚫 Has Protected Content</b>: {can_save}
192
+ <b>πŸ”— Linked Chat</b>: <code>{linked_chat.id if linked_chat else "Not Linked"}</code>
193
 
194
  """
195