Captain Ezio commited on
Commit
7f05def
·
1 Parent(s): 972c5d6

Looks good

Browse files
Files changed (1) hide show
  1. Powers/plugins/info.py +2 -2
Powers/plugins/info.py CHANGED
@@ -28,13 +28,13 @@ async def count(c: Gojo, chat):
28
  chat_id=chat, filter=enums.ChatMembersFilter.BOTS
29
  ):
30
  bot.append(tbot)
31
-
32
  total_bot = bot
33
  bot_admin = 0
34
  ban = []
35
  async for banned in c.get_chat_members(chat, filter=enums.ChatMembersFilter.BANNED):
36
  ban.append(banned)
37
-
38
  total_banned = ban
39
  for x in total_admin:
40
  for y in total_bot:
 
28
  chat_id=chat, filter=enums.ChatMembersFilter.BOTS
29
  ):
30
  bot.append(tbot)
31
+
32
  total_bot = bot
33
  bot_admin = 0
34
  ban = []
35
  async for banned in c.get_chat_members(chat, filter=enums.ChatMembersFilter.BANNED):
36
  ban.append(banned)
37
+
38
  total_banned = ban
39
  for x in total_admin:
40
  for y in total_bot: