Captain Ezio commited on
Commit
e05fc78
Β·
1 Parent(s): 7eb17b1

Minnor changes

Browse files
Files changed (1) hide show
  1. Powers/plugins/info.py +2 -2
Powers/plugins/info.py CHANGED
@@ -130,7 +130,7 @@ async def chat_info(c: Gojo, chat, already=False):
130
  username = chat.username
131
  total_bot, total_admin, total_bot_admin, total_banned = await count(c, chat.id)
132
  title = chat.title
133
- type_ = await c_type(c, chat_id=chat.id)
134
  is_scam = chat.is_scam
135
  is_fake = chat.is_fake
136
  description = chat.description
@@ -153,7 +153,7 @@ async def chat_info(c: Gojo, chat, already=False):
153
 
154
  <b>πŸ†” ID</b>: <code>{chat_id}</code>
155
  <b>πŸš€ Chat Title</b>: {title}
156
- <b>✨ Chat Type</b>: {type_}
157
  <b>🌐 DataCentre ID</b>: {dc_id}
158
  <b>πŸ” Username</b>: {("@" + username) if username else "NA"}
159
  <b>⚜️ Administrators</b>: {total_admin}
 
130
  username = chat.username
131
  total_bot, total_admin, total_bot_admin, total_banned = await count(c, chat.id)
132
  title = chat.title
133
+ type_ = await c_type(c, chat_id)
134
  is_scam = chat.is_scam
135
  is_fake = chat.is_fake
136
  description = chat.description
 
153
 
154
  <b>πŸ†” ID</b>: <code>{chat_id}</code>
155
  <b>πŸš€ Chat Title</b>: {title}
156
+ <b>✨ Chat Type</b>: {type_.upper()}
157
  <b>🌐 DataCentre ID</b>: {dc_id}
158
  <b>πŸ” Username</b>: {("@" + username) if username else "NA"}
159
  <b>⚜️ Administrators</b>: {total_admin}