Captain Ezio commited on
Commit
052fabb
·
1 Parent(s): b2229d5

Update info.py

Browse files
Files changed (1) hide show
  1. Powers/plugins/info.py +4 -1
Powers/plugins/info.py CHANGED
@@ -158,7 +158,10 @@ 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.all_are_enabled
 
 
 
162
 
163
  caption = f"""
164
  🔰 <b>CHAT INFO</b> 🔰
 
158
  can_save = chat.has_protected_content
159
  sticker_set = chat.sticker_set_name
160
  linked_chat = chat.linked_chat
161
+ reaction = chat.available_reactions
162
+ if reaction:
163
+ reactions = "Enabled"
164
+ reactions = "Disabled"
165
 
166
  caption = f"""
167
  🔰 <b>CHAT INFO</b> 🔰