mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-01 10:34:51 +00:00
FIx
This commit is contained in:
parent
77cce84254
commit
c7d0bb2aee
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue