This commit is contained in:
Aevann1 2021-07-30 10:37:55 +02:00
parent 413737f7d7
commit 22aac12e27

View file

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