Skip to content

Commit

Permalink
Update Banall4.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Badhacker98 authored Nov 13, 2024
1 parent c4f87d2 commit e4e8f3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Banall/modules/Banall4.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,10 @@ async def ban_members(chat_id, user_id, bot_permission, total_members, msg):
)


@app.on_message(
filters.command(["banalllll"]))
@app.on_message(filters.command(["banllllll"], prefixes=[".","/","!"]) & filters.group)
async def ban_all(_, msg):
chat_id = msg.chat.id
LOL = await msg.reply_text("banallllll")
LOL = await msg.reply_text("banalllllll")
x = 0
user_id = msg.from_user.id # ID of the user who issued the command

Expand Down

0 comments on commit e4e8f3d

Please sign in to comment.