fdfd
This commit is contained in:
parent
413737f7d7
commit
22aac12e27
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ def api_comment(v):
|
||||||
|
|
||||||
for alt in v.alts:
|
for alt in v.alts:
|
||||||
if not alt.is_suspended:
|
if not alt.is_suspended:
|
||||||
alt.ban(reason="Spamming.". days=1)
|
alt.ban(reason="Spamming.", days=1)
|
||||||
|
|
||||||
for comment in similar_comments:
|
for comment in similar_comments:
|
||||||
comment.is_banned = True
|
comment.is_banned = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue