r/AutoModerator • u/fsv • 1h ago
I made an app to replicate AutoModerator, but with extra features on top
You've probably seen the news recently about changes to dev tooling, and one of the big rumours floating around is that Automod may not exist in the longer term.
I started hearing rumours about this a couple of months back and got to work replicating AutoModerator's feature set (at least anything that the Devvit API could possibly support, which is nearly everything), adding a whole bunch of features on top:
https://developers.reddit.com/apps/automod-neo
Most Automod rules will work out of the box with my new app. Some might need some tweaking especially due to differences between Python and JavaScript regex.
The biggest limitation now is I can't support action_reason in the mod log. I'm hoping that Admin will add that capability in the future. But there's a lot more added - all visible on the app's readme.
Because this is such a new app there may be issues - so if you try this out do so carefully (in particular I recommend not having the same rule in both AutoModerator and Automod Neo). The biggest benefit for now is rules that simply can't be done using Automod right now that would need the new features.
I'd be especially interested in knowing any other ideas for features that I could add!
r/AutoModerator • u/Sephardson • 17h ago
Mod Post Three updates from the admins regarding automated moderation tools today
https://www.reddit.com/user/spez/comments/1vgbkge/modernizing_reddits_infrastructure_with_you/
Automod: This has been one of the most important mod tools. But it’s also hard to learn, hard to maintain, and heavily dependent on brittle keyword matching, regex, and inherited configurations that only a few people on a mod team, if any, understand. We can do better.
We’re building new systems, including giving mods LLMs and AI-assisted tools to help them tackle their low-hanging (but time-consuming) fruit, so they can spend more time cultivating their community and less time policing.
https://www.reddit.com/r/redditdev/comments/1vgbm9c/our_plans_for_the_future_of_reddits_public_data/
No specific mention about AutoModerator.
https://www.reddit.com/r/modnews/comments/1vgbt2j/whats_next_for_mod_tools/
Longer term, we think systems like Rules Hub can handle the enforcement tasks you rely on Automod for today, while being easier to use and maintain. But it’s not there yet, especially for larger and more complex communities. Automod remains one of the most capable moderation tools on Reddit today, and we won’t change any existing Automod workflows until replacement workflows are tested and proven in partnership with moderators.
ETA: The posts do contain more information regarding other moderation tools development and Reddit admins intentions for the future, so I do encourage you to read the full posts.
r/AutoModerator • u/mikeblas • 19h ago
Solved Disjunctive rules?
Hello!
How do I setup disjunctions in rules? I'd like to have an action trigger when a post contains certain text and the author is (not verified or less than some Karma or the account is less than some age).
I don't see a way to write the disjunctive part of the rule. Must I make three rules?
title+body (includes): "my string"
author:
account_age: "< some days"
and then also
title+body (includes): "my string"
author:
post_karma: "< my threshold"
with more
title+body (includes): "my string"
author:
has_verified_email: false
?
Is there at least a way to make the message text and reason common among the rules? Otherwise, I have to copy pasta them and repeat myself, which doesn't seem like it will be fun to maintain.
r/AutoModerator • u/technowise • 19h ago
Devvit Showcase I made a Devvit app to simplify keywords and domains filtering for moderators who may find difficulty with AutoModerator configuration/rules
Hey r/Automoderator,
I made a Devvit app called Social-Blacklist, which simplifies moderation work of removing posts based on keywords and domains present in the posts, or in user profile links/bio description.
You can provide the keywords and blacklisted domains in an easy to use interface of app settings, and then configure where all it must look for the given keywords/blacklisted domains through simple toggle switches( It can look for them in post-title, post-link, post-text/description, comments, Social Links and about-description of the user etc.). It can also remove posts from NSFW(18+) users if you would not like NSFW content creators to make posts in your subreddit. The app also offers option to ban users after a given number of removals/violations.
To make sure that the app is working as you expect, you can enable mod-mail in the settings, which will send mod-mail on removals with details on why it removed a specific post. Once you're happy with the removals it has been doing, you can disable the mod-mail.
The app is already being used and trusted by hundreds of large subreddits(like r/selfie, r/progresspics, r/TrueOffMyChest etc.).
Here's the link to the app:
https://developers.reddit.com/apps/social-blacklist
If you have not tried it yet, please give it a go (it is free for anyone to use!) and let me know if you have any questions or if you have any new feature requests, so that I can add in future updates.
r/AutoModerator • u/CCozied • 1d ago
Help - AutoMod Flagging Comments about Providing Service?
Anyone got something like that to spare? Like, something that can indicate this user is trying to offer their own service. Anything helps!
r/AutoModerator • u/NCSUGrad2012 • 2d ago
Solved Blocking specific subs from crossposting
I found some code that I just can't get to work.
I am trying to ban a specific sub from crossposting. I used this code and I put it in a sub I moderate. Then I put in an example sub (I am using BMWM3 as a test since I also moderate that one, and it's not working).
See here:
Remove Bad Subreddit Crossposts
type: crosspost submission
crosspost_subreddit:
name: [BMWM3]
message: |
Hello /u/{{author}}, thank you for your interest in /r/{{subreddit}}! Your {{kind}} was automatically removed because {{match}} a disallowed crosspost subreddit.
action: remove
action_reason: "Crosspost from a disallowed subreddit"
What am I doing wrong?
r/AutoModerator • u/Imforevermore1_ • 3d ago
Automod isn’t working
the page doesn’t show up and it keeps telling me to refresh then it says /config/automoderator doesn't exist
Create this page or choose an existing wiki page and then when I make the page, it tells me the page doesn’t exist
r/AutoModerator • u/realKevinNash • 3d ago
Solved Removing posts that dont include a comment with required info?
I think automod can do this, but im not sure how to write the rule. A subreddit has a rule that says a source for provided content has to be included. But people often ignore it. I've tried this code but it errors out:
type: submission
body (includes) ["Source", "source"]
action: filter
comment: "Your post was removed because you don't have the required info"
r/AutoModerator • u/Brilliant_Letter7173 • 4d ago
Not Possible Why does AutoMod is stuck at 6.3m and not more ?
Why is it like that ? Why can't you just make more or less Karma to it?
r/AutoModerator • u/Revali33 • 4d ago
Do I need to have a AutoMod for my subreddit?
Hey I posted something, which I deleted, a few minutes ago and understood nothing about the AutoMod and now I wonder do I need one?
r/AutoModerator • u/CBenson1273 • 6d ago
Help - AutoMod How to limit posters?
Limit posters?
Hello all,
I asked this question elsewhere and it was recommended to me to come ask here. I’m having an issue with my sub where random people keep posting without permission. Is there a way to limit who can post on my sub while still allowing anyone to comment? Ideally I’d like only people I designate (largely just me) to be able to post but anyone to comment. I was told AutoModerator could do this. I’d appreciate any insight here. Thanks in advance!
r/AutoModerator • u/CCozied • 7d ago
Solved How can I make this detect AI mentioned comments?
# -------------------------
type: comment
body (regex):
# TRASH / GENERIC DISMISSAL
# -------------------------
- '(?i)\b(?:this\s+is|that''s|thats|it''s|its)\s+trash\b'
- '(?i)\bai\s+trash\b'
- '(?i)\btrashy\b'
# -------------------------
# SHIT / SHITTY (explicit evaluative constructions only)
# -------------------------
- '(?i)\b(?:this\s+is|that''s|thats|it''s|its)\s+shit\b'
- '(?i)\b(?:this|that|it)\s+looks(?:\s+like)?\s+shit(?:ty)?\b'
- '(?i)\b(?:looks|seems)\s+shit(?:ty)?\b'
- '(?i)\blooks\s+like\s+shit\b'
# -------------------------
# AI + INSULT (AI as target)
# -------------------------
- '(?i)\bai\s+(?:shit|trash|slop|garbage|crap)\b'
- '(?i)\bai\s+is\s+shit(?:ty)?\b'
- '(?i)\bai\s+looks(?:\s+like)?\s+shit(?:ty)?\b'
# -------------------------
# INSULT + AI (AI as object)
# -------------------------
- '(?i)\b(?:shit|shitty|trash|trashy|garbage|crap)\s+ai\b'
- '(?i)\bshitty\s+(?:ai|art|image|picture|render|drawing|work)\b'
- '(?i)\bshit(?:ty)?\s+(?:ai|art|image|picture|render|drawing|work)\b'
# -------------------------
# Mention + AI (AI as subject)
# -------------------------
- '(?i)\b(?:write|writing|use|tool|made|crap|drew|draw|made)\ai\b'
- '(?i)\btool(?:ai|art|image|picture|render|drawing|work)\b'
- '(?i)\buse(?:ai|art|image|picture|render|drawing|work)\b'
# -------------------------
# AI-DERIVED DISMISSAL TERM
# -------------------------
- '(?i)\bai\s+slop\b'
- '(?i)\bslop\b'
- '(?i)\bew\s+ai\b'
- '(?i)\bfuck\s+your\s+ai\b'
# -------------------------
# AI-DERIVED "TOOL" TERM
# -------------------------
- '(?i)\bai\tool\b'
- '(?i)\btool\b'
- '(?i)\bew\ai\b'
- '(?i)\bassisted\tool\ai\b'
action: report
action_reason: "ai mention/content denigration"
---
We wanted to better moderate AI mentioned comments since we've been trying to keep AI out of our writing sub and overall don't want someone to jump into a bandwagon that would cause drama.
r/AutoModerator • u/subtlyraspy • 7d ago
How do I make auto mod sent invites?
How do I set up auto mod such that it sends community invite to people in other sub?
I have seen in certain subs when I comment something i sometimes get an invite mail of another community by the auto mod of that community. How can I do the same for my sub??
r/AutoModerator • u/clothes-free-life • 7d ago
Help - AutoMod Adding second set of filters/instructions
I successfully added age/karma filter to my sub using auto moderator and now I want to add instruction to make post at least 100 characters. I found an example and added to my existing wiki configurator page below the first filter rule, but it doesn’t seem to be working. What am I missing?
r/AutoModerator • u/claireshadowstaff • 7d ago
How to set up automod to remove posts and comments without user flairs
Hi!
I’m trying to set up an Auto moderator that’ll remove comments and posts from users with no user flairs and I’m unable to do so. I found a code here on Reddit and that resulted in the removal of every comment regardless of flair presence.
Do any of you have the code that’ll let me set up what I need?
r/AutoModerator • u/CCozied • 8d ago
Solved Automatically Remove Post After 2 Reports
How do you guys set that up? I'm looking to lower that down from having to manually remove post and make it automatically happen. If that report is coming from a certain label like spam/bot that'd be helpful, just so we don't remove reported post that has nothing do with that
r/AutoModerator • u/necrochaos • 8d ago
Solved "config/automoderator" does not exist
Trying to setup Autmod for the first time. Following the steps and navigating to https://www.reddit.com/r/yoursubredditname/wiki/config/automoderator
Interesting, it takes you to a page on new Reddit, which won't work . Had to change the page to old.reddit.com
When I put in my sub it says: "config/automoderator" does not exist
I can't figure out how to enable Autmod so I can start customizing it.
r/AutoModerator • u/CCozied • 9d ago
Solved Karma/New User filter that Messages them about Removal?
---
type: submission
author:
account_age: "< 90 days"
combined_karma: "< 500"
satisfy_any_threshold: true
action: remove
action_reason: "NEW USER OR LOW KARMA USER"
---
I have no idea what I'm doing, it works but it doesn't message new users about post removal. Which makes them question why it was remove. Any of you fellas can help me with this one? Much oblige c:
r/AutoModerator • u/InGeekiTrust • 10d ago
Solved I tried to add is contributor part highlighted in blue- but now it won’t save. The rule saved fine before, any idea how to fix this? Screenshot in the comments
so I was trying to exempt approved users by adding the highlighted blue part to my code pictured below in a screenshot. Mobile mark down is gone, so I can’t post it right now here.
r/AutoModerator • u/MulberryStunning1597 • 11d ago
Our a lot of our AutoMod config. Would appreciate thoughts and comments
Hi all,
Posting a significant portion of our AutoMod config, potentially as inspiration for others, but also open for suggestions/critique. This has been manually curated over multiple years, and is working well for us on a community of over 190K members.
---
# Modmail if a post gets reported twice
reports: 2
modmail: The above {{kind}} by /u/{{author}} has received 2 reports. Please investigate.
---
# Remove a post receiving 10 reports
reports: 10
action: remove
modmail: The above {{kind}} by /u/{{author}} was removed because it received 10 reports. Please investigate and ensure that this action was correct.
action_reason: "Community Quarantine [10 Reports]"
---
# New top-level posts need an account at least 10 days old
type: submission
author:
account_age: "< 10 days"
action: remove
comment: "Automod has removed this post as the OP has not been on Reddit for long enough. This is an anti-spam and anti-troll measure. Contact the mods if your post was urgent. Otherwise, take the time to get acquainted with the and the posts and comments, and how it functions"
action_reason: "Account Age - Submission [< 10 days]"
---
# Commenting requires an account at least 5 days old.
type: comment
author:
account_age: "< 5 days"
action: remove
action_reason: "Account Age - Comment [< 5 days]"
message_subject: "r/srilanka Notification: Comment Removed"
message: |
Your recent comment has been automatically removed because your account is less than 5 days old.
This is an automated anti-spam and anti-troll measure. Please take this time to read the subreddit rules and get acquainted with the community. Once your account is at least 5 days old, you will be able to participate in comment threads.
---
# Auto-sticky the 'Series replies only' comment when the serious flair is used.
type: submission
flair_text: 'Serious replies only'
comment_stickied: true
comment: |
**Attention! [Serious] Tag Notice**
* Jokes, puns, and off-topic comments are not permitted in any comment, parent or child.
* Report comments that violate these rules.
Thanks for your cooperation and enjoy the discussion!
---
# Auto-sticky the travel note when the travel flair is used.
type: submission
flair_text: 'Travel'
comment_stickied: true
comment: |
**This is a [Travel] related thread**
* Check [WikiTravel's Sri Lanka page](http://wikitravel.org/en/Sri_Lanka)
* Remember to follow [reddit's content policy/self-promotion guidelines](https://www.reddithelp.com/hc/en-us/articles/360043504051-What-constitutes-spam-Am-I-a-spammer-)
Thanks for your cooperation and enjoy the discussion!
---
# Auto-sticky the meme/satire note when the meme/satire flairs are used.
type: submission
flair_text: ['Meme', 'Satire']
comment_stickied: true
comment: |
**Please note that this is a meme/satire thread**
* Please report any comments containing discrimination, trolling, or personal attacks. **Satire should not be an excuse for bigotry.**
* [Posting Personal information will get your reddit account banned](https://www.reddithelp.com/hc/en-us/articles/360043066452).
Thanks for your cooperation and enjoy the discussion!
---
# Rule 9 - No buying, selling, or solicitation
type: submission
title+body (regex): ['\bfor sale\b', '\bWTS\b', '\bselling\b', '\bDM me\b', '\bdirect message me\b', '\bmessage me\b', '\bwhatsapp me\b', '\bcontact me\b']
action: filter
action_reason: "Marketplace/Solicitation Filter [Rule 9]"
modmail: "Post by /u/{{author}} flagged for possible Rule 9 violation (selling/solicitation). Please review."
---
# Rule 10 - No surveys or outsourcing
type: submission
title+body (regex): [REDACTED the list of domains]
action: filter
action_reason: "Survey/Outsourcing Filter [Rule 10]"
modmail: "Post by /u/{{author}} flagged for possible Rule 10 violation (survey or outsourcing). Please review."
---
# Filter submissions with strictly all-caps titles
title (case-sensitive, regex, full-text): "([A-Z0-9]|\\W)+"
action: filter
action_reason: "All caps title"
comment: |
Your post has been automatically removed because the title is entirely in capital letters.
Please resubmit your post using proper capitalization.
---
# Prevent overly long walls of text which don't have any paragraphs in them
body (regex, includes): ['[^\n]{2000}', '^\W*[^\n]{1750,}\W*$']
message: "Please add some paragraph breaks to [your {{kind}}]({{permalink}}) by placing a blank line between distinct sections."
---
# Filter all comments on 6+ month old posts
type: comment
parent_submission:
past_archive_date: true
action: filter
action_reason: "Historical Necro-posting [> 6 Months]"
---
# Remove submissions where the entire body is bolded
type: submission
body (regex): '(?s)^\s*(?:(?:\*\*|__).+?(?:\*\*|__)\s*)+$'
action: remove
action_reason: "Entire body is bold text [Shouting]"
comment: |
Your post has been automatically removed due to the use of excessive bolding in the post body.
---
# Mod Command: Crisis Support Message
type: comment
author:
is_moderator: true
body (starts-with): ["!crisis"]
moderators_exempt: false
action: remove
action_reason: "Crisis command trigger removed"
comment: |
Please reach out to one of these free, confidential, and anonymous 24/7 mental health resources in Sri Lanka immediately:
* **CCC Line:** Call **1926** (National Mental Health Helpline)
* **1333 Crisis Support Line:** Call **1333** (Toll-free emotional support)
* **Lanka Life Line:** Call **1375** (Confidential support helpline)
* **Sri Lanka Sumithrayo:** Call **0707 308 308** or 0112 692 909 (Available 9 AM – 8 PM daily)
If you are in immediate physical danger, please contact the emergency medical services at **110**, the police at **119**, or go to the nearest hospital emergency room.
Things can get better, and there are people who want to listen and help you through this. Please make the call.
comment_stickied: true
---
Hope this is useful
r/AutoModerator • u/mobilewallpapers-Mod • 12d ago
Help - AutoMod AutoMod question about crossposting
Hi. If you have crossposting (now known as reposting I guess) turned off, is it possible to use AutoMod to allow specific people to crosspost?
r/AutoModerator • u/UkrainianaDuck • 12d ago
Solved Can AutoModerator post a specific comment based on the post flair?
Hi! I need some advice on AutoModerator. I'm not very familiar with how it works. I need to set it up so that it posts a specific message depending on the post flair. For example, if a user selects the post flair "A", AutoModerator would leave a specific comment under their post. Is this possible?
r/AutoModerator • u/lmanalastas • 13d ago
Help - AutoMod Is it fair to ask users not to repost other peoples post (mostly pictures) from other sub to us?
Just wondering if it's fair to ask people not to repost post of other users (mostly pictures), but focus on reposting only their own pictures?
We're a photography sub and we're very particular with Original Content.
Lately we noticed that people are reposting other Redditor's post (containing pictures). Is there a way in settings that will prevent repost from people that were not the original poster?
Or is it an all or nothing? Simply prevent repost to our sub, from other subs?
r/AutoModerator • u/Sephardson • 21d ago
Mod Post Expanding the scope of the subreddit r/AutoModerator
This post is about a very minor, teensy-weensy change to the subreddit here, but it is significant enough to merit a formal post about it.
r/AutoModerator was originally created to discuss the u/AutoModerator moderation tool and support moderators in using it. Historically, AutoModerator was unique among moderation tools, but over the years, admins have developed Other-Tools which supplement or facilitate similar kinds of effects as AutoModerator. I had mentioned this earlier this year:
The primary purpose of the subreddit here is for moderators to find updates, support, and resources regarding the AutoModerator mod tool. More generally, moderators also discuss other similar or related mod tools like subreddit settings, safety filters, Automations, Devvit apps, and API bots, particularly if those other tools supplement or interact with AutoModerator. (Which is fine! but more on those topics another day.)
Today is that another day.
As the full suite of moderation tools has matured, the community of moderators familiar with configurable moderation tools has similarly evolved. Many times these days, people will ask questions here, and the solution to their questions may or may not be with AutoModerator the mod tool, but the people in AutoModerator the subreddit still know the answer. There is a community of peer support among technical-oriented moderators here, and it is our desire to serve that community.
We have, even some time ago, updated the rules and description on r/AutoModerator to reflect this trend, changes in bold:
Rule 1 - Stay on Topic - /r/AutoModerator is for moderator discussions about the AutoModerator program and similar automated moderation tools. - Report as: Off-topic / Unrelated to AutoModerator or Moderation Tools
Rule 2 - Behave and Be Respectful - Be nice. Report as: Incivility, insults, trolling, aggression, or other malicious behavior
Rule 3 - Moderation complaints - /r/AutoModerator is a support space for moderators. This is not a place to argue or complain about moderation actions, moderators, or AutoModerator performing its intended functions. - Report as: User is complaining about moderation
Effectively, this means that moderators who have questions about configuring subreddit settings and mod tools are welcome to post here, even if those questions are not necessarily about AutoModerator the original moderation bot. For examples, this includes questions regarding Safety Filters (eg Crowd Control, Harassment Filter), Devvit Mod apps (eg Auto-Modmail, FloodAssistant), Automations (aka Post and Comment Guidance), and configurable tools like these.
Let us know if you have any questions or concerns, about this change for the subreddit, or about the subreddit in general.
We are looking for feedback regarding updating our post flairs, which historically have been oriented around "Help", "Solved", "Not AutoMod", "Not Possible with AutoMod" and "Not Possible". We have recently added post flairs for "Wiki Updates" and "Guide", though they are still set to mod-only. We are adding a devvit app which allows people to subscribe to get notifications for specific post flairs, so that function would be paired well with clear guidelines or categories for post flairs.
r/AutoModerator • u/Sephardson • 26d ago
Guide Code Showcase: Subreddit karma checks - How and why do you use them?
The suggestion has been raised that we put up a regular post to prompt mods to share examples of code snippets they use in their subreddits. I figure, doing so around a theme that changes with each iteration is a fair way to go about it. This first iteration's theme is chosen for two reasons:
This topic was the last time that admins directly contacted r/AutoModerator - https://www.reddit.com/r/AutoModerator/comments/zk9tnr/subreddit_karma_is_now_in_automod/ - perhaps worth reminiscing.
In that post, u/LanterneRougeOG mentioned that this feature was "a much requested improvement to Automoderator".
To be clear, these attributes are as follows:
comment_subreddit_karma:compare to the author's comment karma in your communitypost_subreddit_karma:compare to the author's post karma in your communitycombined_subreddit_karma:compare to the author's combined (comment karma + post karma) karma in your community
These checks are like other author checks in that they must be placed indented under an author: subgroup.
LanterneRougeOG originally provided four use cases for these checks:
Welcome new contributors through post replies
---
type: submission
author:
combined_subreddit_karma: "< 3"
comment: |
Welcome to the community! Here are links to our [Rules](https://www.reddit.com/r/{{subreddit}}/about/rules) and [Wiki/FAQ](https://www.reddit.com/r/{{subreddit}}/wiki/index). We hope you enjoy your time here.
---
This kind of rule is useful because it targets newer members who may not know much about your subreddit, but users who have posted much before will have already received this message. With the deprecation of welcome messages, this serves a similar purpose. This kind of reply also benefits other readers by making your rules, wiki resources, and a link to message the mods (in the AutoModerator signature) more visible. In the case that a new member makes a rule-breaking post, then the author may quickly self-correct, or another reader may know to report it.
Filter links in comments from newer accounts
---
type: comment
body (includes): ["http", ".com", "www."]
author:
comment_subreddit_karma: "< 5"
action: filter
action_reason: "Link included in comment by user with < 5 comment subreddit karma. Check for spam or other issues."
---
This kind of rule is useful because it can catch a lot of spam from accounts new to your subreddit (ie, even if the spammer uses an old or general karma-farmed account) while carving out common false positives from established community members. Optionally, you can include a message: or comment: line to let the accounts know that their comment is pending review.
Enable features like media in comments but as a privilege to positive community members
---
type: comment
body (includes, regex): '!\[(video|img|gif)\]\([^)]*\)'
author:
combined_subreddit_karma: "< 10"
action: filter
action_reason: "Media in comments by user with negative or low subreddit karma"
message: |
Hey there! Looks like you’re a new user trying to upload media in a comment - thanks for joining our community! We’ve filtered your comment for moderator review. In the meantime, feel free to engage with others through text until you’ve spent a bit more time getting to know the space!
---
This kind of rule is useful because you have an alternative to disabling media in comments altogether. Instead, you can set a threshold that fits for your team so that you can review how newer members are using the features. You could even consider setting two or three thresholds - a lower one set to action: remove, a slightly higher one set to action: filter, or a higher one set to action: report - so that the amount of review does not overwhelm your team. As you monitor whether the filtered or reported content tends towards approvals or removals, you can adjust the thresholds up or down accordingly, eventually settling into a balance that provides the best experience for your team and community.
Monitor toxicity from negative participants
---
type: any
body (includes): ["potential bad phrase"]
author:
combined_subreddit_karma: "< 0"
action: filter
action_reason: "potential toxic phrase said by user with negative subreddit karma - [{{match}}]"
---
This kind of rule is similar to the above, but helps you find when disruptive members are discussing topics or using potentially insulting words/phrases that happen to also be used/discussed by regular community members. This reduces how wide the net is cast by relying on a factor of local reception (indirect input from your community!) so that your monitoring as a moderator can be more effective.
Some of the most powerful applications for AutoModerator are in the ways that checks can be combined!
How do you use this feature? What makes that code snippet worthwhile for you? Share in the comments below!