Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
Β·
6daa732
1
Parent(s):
ea5d65b
Update info.py
Browse files- 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>:
|
| 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 |
|