Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
Β·
9f675c7
1
Parent(s):
689276f
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 |
|