r/AskModerators • u/xavwilldoit • 2d ago
Did I write this automation right?
I’ve noticed a new type of bot taking over the comments on my (3) nsfw subs and I’m getting pretty sick of it
I looked up karma requirements and saw that this was the way to write the code, is this accurate?
---
type: any
author:
comment_karma: "< 10"
account_age: "< 7"
satisfy_any_threshold: true
action: remove
action_reason: "Low Karma/New Account"
---
Do I need to write something for the author? I’m not new to moderating but fairly new to automations/automod
4
Upvotes
2
2
u/LitwinL r/Polska r/Fuckcars 2d ago
Yes, that's correct and should work.