@@ -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):
app.ban_chat_member(id1, member)
The note is not visible to the blocked user.