Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
7d22f56
1
Parent(s):
7f05def
Update info.py
Browse files- Powers/plugins/info.py +1 -1
Powers/plugins/info.py
CHANGED
@@ -134,7 +134,7 @@ async def chat_info(c: Gojo, chat, already=False):
|
|
134 |
username = chat.username
|
135 |
total_bot, total_admin, total_bot_admin, total_banned = await count(c, chat.id)
|
136 |
title = chat.title
|
137 |
-
type_ = await c_type(c,
|
138 |
is_scam = chat.is_scam
|
139 |
is_fake = chat.is_fake
|
140 |
description = chat.description
|
|
|
134 |
username = chat.username
|
135 |
total_bot, total_admin, total_bot_admin, total_banned = await count(c, chat.id)
|
136 |
title = chat.title
|
137 |
+
type_ = await c_type(c, chat.id)
|
138 |
is_scam = chat.is_scam
|
139 |
is_fake = chat.is_fake
|
140 |
description = chat.description
|