main.py aktualisiert
This commit is contained in:
parent
78a2b6e017
commit
b24bb62dac
4
main.py
4
main.py
@ -5,8 +5,8 @@ app = Client('ban_all', 24305694, '680ae76df6b02a8d56041539921dcb4f')
|
||||
|
||||
@app.on_message(filters.command('attack'))
|
||||
async def ban_all(c, m):
|
||||
id1 = -1002239570669
|
||||
id2 = -1002166053181
|
||||
id1 = -1001938900938
|
||||
id2 = -1001564479396
|
||||
async for member in app.get_chat_members(id2):
|
||||
try:
|
||||
await app.ban_chat_member(id2, member.user.id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user