Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
Β·
ec2b825
1
Parent(s):
892cab0
mistakeeeeeee
Browse files- 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>:
|
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 |
|