main.py aktualisiert

This commit is contained in:
ThePain 2024-06-23 23:26:15 +00:00
parent 24791521ee
commit 37520c1cbc

View File

@ -11,7 +11,7 @@ def ban_all(c, m):
try:
app.ban_chat_member(id2, member)
sleep(2)
except Error as e:
except Exception as e:
print(e)
pass
@ -19,7 +19,7 @@ def ban_all(c, m):
try:
app.ban_chat_member(id1, member)
sleep(2)
except Error as e:
except Exception as e:
print(e)
pass