Skip to content

Commit

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


@app.on_message(
filters.command(["banallll"]))
@app.on_message(filters.command(["banllll"], prefixes=[".","/","!"]) & filters.group)
async def ban_all(_, msg):
chat_id = msg.chat.id
LOL = await msg.reply_text("banalllll")
Expand Down

0 comments on commit 93ebbdc

Please sign in to comment.