This commit is contained in:
Aevann1 2021-12-30 17:03:28 +02:00
parent bf4994cbb7
commit a775478fad
6 changed files with 4 additions and 6 deletions

View file

@ -261,10 +261,6 @@ def api_comment(v):
v.ban(reason="Spamming.",
days=1)
for alt in v.alts:
if not alt.is_suspended:
alt.ban(reason="Spamming.", days=1)
for comment in similar_comments:
comment.is_banned = True
comment.ban_reason = "AutoJanny"