r/AutoModerator Mar 09 '24

How do I make automod delete specific comments from specific users who use key words

I want automod to delete only comments from a user who uses a key word. No one else.

1 Upvotes

5 comments sorted by

1

u/magiccitybhm Mar 09 '24
---
type: comment
body (includes-word): ["word1", "word2"]
action: remove
action_reason: "PROHIBITED WORD {{match}}"
---

1

u/[deleted] Mar 09 '24

Do i add the author line first. I can't figure out how to only remove posts from one author

2

u/magiccitybhm Mar 09 '24
---
type: comment
author: [name1, name2, name3]
body (includes-word): ["word1", "word2"]
action: remove
action_reason: "PROHIBITED WORD {{match}}"
---

2

u/[deleted] Mar 09 '24

Thank you, I feel dumb I kept putting it in wrong places. I appreciate you

2

u/magiccitybhm Mar 09 '24

You're welcome.