Captain Ezio commited on
Commit
b2229d5
Β·
1 Parent(s): 0364f1a

Update info.py

Browse files
Files changed (1) hide show
  1. Powers/plugins/info.py +2 -2
Powers/plugins/info.py CHANGED
@@ -158,7 +158,7 @@ async def chat_info(c: Gojo, chat, already=False):
158
  can_save = chat.has_protected_content
159
  sticker_set = chat.sticker_set_name
160
  linked_chat = chat.linked_chat
161
- reactions = chat.available_reactions
162
 
163
  caption = f"""
164
  πŸ”° <b>CHAT INFO</b> πŸ”°
@@ -179,7 +179,7 @@ async def chat_info(c: Gojo, chat, already=False):
179
  <b>πŸ‘¨πŸΏβ€πŸ’» Description</b>: <code>{description}</code>
180
  <b>πŸ‘ͺ Total members</b>: {members}
181
  <b>πŸ“Ž Link to the chat</b>: <a href={invite_link}>Click HereπŸšͺ</a>
182
- <b>🚫 Can Save Content</b>: {can_save}
183
  <b>πŸ˜‹ Sticker set</b>: {sticker_set}
184
  <b>πŸ”— Linked Chat</b>: {linked_chat if linked_chat else "Not Linked"}
185
  <b>πŸ”₯ Reactions</b>: {reactions}
 
158
  can_save = chat.has_protected_content
159
  sticker_set = chat.sticker_set_name
160
  linked_chat = chat.linked_chat
161
+ reactions = chat.available_reactions.all_are_enabled
162
 
163
  caption = f"""
164
  πŸ”° <b>CHAT INFO</b> πŸ”°
 
179
  <b>πŸ‘¨πŸΏβ€πŸ’» Description</b>: <code>{description}</code>
180
  <b>πŸ‘ͺ Total members</b>: {members}
181
  <b>πŸ“Ž Link to the chat</b>: <a href={invite_link}>Click HereπŸšͺ</a>
182
+ <b>🚫 Has Protected Content</b>: {can_save}
183
  <b>πŸ˜‹ Sticker set</b>: {sticker_set}
184
  <b>πŸ”— Linked Chat</b>: {linked_chat if linked_chat else "Not Linked"}
185
  <b>πŸ”₯ Reactions</b>: {reactions}