This commit is contained in:
yasirarism 2023-06-14 14:30:57 +00:00 committed by GitHub
parent 77cce84254
commit c7d0bb2aee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ async def ban_reply(self: Client, ctx: Message):
async def grp_bd(self: Client, ctx: Message, strings):
chck = await db.get_chat(ctx.chat.id)
if not chck:
total = await bot.get_chat_members_count(ctx.chat.id)
total = await self.get_chat_members_count(ctx.chat.id)
r_j = ctx.from_user.mention if ctx.from_user else "Anonymous"
await self.send_message(
LOG_CHANNEL,