Captain Ezio commited on
Commit
ec2b825
Β·
1 Parent(s): 892cab0

mistakeeeeeee

Browse files
Files changed (1) hide show
  1. Powers/plugins/info.py +1 -1
Powers/plugins/info.py CHANGED
@@ -176,7 +176,7 @@ async def chat_info(c: Gojo, chat, already=False):
176
  <b>πŸ‘¨πŸΏβ€πŸ’» Description</b>: <code>{description}</code>
177
  <b>πŸ‘ͺ Total members</b>: {members}
178
  <b>🚫 Has Protected Content</b>: {can_save}
179
- <b>πŸ”— Linked Chat</b>: f"@{linked_chat if linked_chat else linked_id}"
180
 
181
  """
182
 
 
176
  <b>πŸ‘¨πŸΏβ€πŸ’» Description</b>: <code>{description}</code>
177
  <b>πŸ‘ͺ Total members</b>: {members}
178
  <b>🚫 Has Protected Content</b>: {can_save}
179
+ <b>πŸ”— Linked Chat</b>: @{linked_chat if linked_chat else linked_id}
180
 
181
  """
182