sfd
This commit is contained in:
parent
bf4994cbb7
commit
a775478fad
6 changed files with 4 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue