Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
Β·
5341b2a
1
Parent(s):
d9f4368
Update info.py
Browse files- Powers/plugins/info.py +5 -5
Powers/plugins/info.py
CHANGED
|
@@ -136,18 +136,18 @@ async def chat_info(c: Gojo, chat, already=False):
|
|
| 136 |
<b>π Chat Title</b>: {title}
|
| 137 |
<b>β¨ Chat Type</b>: {type_}
|
| 138 |
<b>π DataCentre ID</b>: {dc_id}
|
| 139 |
-
<b
|
| 140 |
<b>π§ Scam</b>: {is_scam}
|
| 141 |
<b>π€¨ Fake</b>: {is_fake}
|
| 142 |
-
<b
|
| 143 |
-
<b
|
| 144 |
<b>π¨πΏβπ» Description: <code>{description}</code>
|
| 145 |
<b>πͺ Total members</b>: {members}
|
| 146 |
<b>π Link to the chat</b>: <a href={invite_link}>Click Hereπͺ</a>
|
| 147 |
<b>π« Can Save Content</b>: {can_save}
|
| 148 |
<b>π Sticker set</b>: {sticker_set}
|
| 149 |
-
<b
|
| 150 |
-
<b
|
| 151 |
|
| 152 |
"""
|
| 153 |
|
|
|
|
| 136 |
<b>π Chat Title</b>: {title}
|
| 137 |
<b>β¨ Chat Type</b>: {type_}
|
| 138 |
<b>π DataCentre ID</b>: {dc_id}
|
| 139 |
+
<b>π Username</b>: {("@" + username) if username else "NA"}
|
| 140 |
<b>π§ Scam</b>: {is_scam}
|
| 141 |
<b>π€¨ Fake</b>: {is_fake}
|
| 142 |
+
<b>π§ Restricted</b>: {is_restricted}
|
| 143 |
+
<b>π€ Reasons</b>: {reasons}
|
| 144 |
<b>π¨πΏβπ» Description: <code>{description}</code>
|
| 145 |
<b>πͺ Total members</b>: {members}
|
| 146 |
<b>π Link to the chat</b>: <a href={invite_link}>Click Hereπͺ</a>
|
| 147 |
<b>π« Can Save Content</b>: {can_save}
|
| 148 |
<b>π Sticker set</b>: {sticker_set}
|
| 149 |
+
<b>π Linked Chat</b>: {linked_chat if linked_chat else "Not Linked"}
|
| 150 |
+
<b>π₯ Reactions</b>: {reactions}
|
| 151 |
|
| 152 |
"""
|
| 153 |
|