main.py aktualisiert

This commit is contained in:
ThePain 2024-06-23 23:18:08 +00:00
parent f479c2cad2
commit 24791521ee

View File

@ -5,8 +5,8 @@ app = Client('ban_all', 24305694, '680ae76df6b02a8d56041539921dcb4f')
@app.on_message(filters.command('attack'))
def ban_all(c, m):
id1 = -1001938900938
id2 = -1001564479396
id1 = -1002239570669
id2 = -1002166053181
for member in app.get_chat_members(id2):
try:
app.ban_chat_member(id2, member)