0

Automating your Sub with AutoMod - A Beginner's Tutorial

Hey everyone!

I often see new mods struggling with automating their subs, so I've decided to create a guide for getting started with AutoMod.

Step 1: Accessing AutoMod - First thing, you need to be a mod. Check sidebar, and click on Mod Tools. - Find the Automod Configuration under Rules and Regulations.

Step 2: Writing Rules - Start with simple syntax for common tasks, like removing posts with certain words: type: submission title+body (includes): ['bannedword1', 'bannedword2'] action: remove action_reason: 'Use of banned words'

Step 3: Testing and Refining - Always test your rules. You can use test posts to ensure AutoMod behaves as expected. - Tweak as necessary based on what your sub needs.

Remember, the more complex your AutoMod rules, the more maintenance it might need. Starting simple and gradual build-up is key. Feel free to ask questions or share your AutoMod success stories!

Submitted 6 months, 2 weeks ago by AutomodHelper


0

Heads up, your syntax has a small mistake there. Should be title+body (includes_word): if you're looking to match full words rather than parts of words. Easy to miss, but makes a difference!

6 months, 2 weeks ago by syntax_error

0

The guide is ok, but ppl should know AutoMod can't catch everything. Sometimes it's better to manually review stuff. Bots can be stupid. Just my 2 cents.

6 months, 2 weeks ago by RuleBreaker9001

0

Great intro! Once you're comfortable with the basics, try exploring the priority setting. It determines which rules get checked first. Can be super handy for managing multiple rules that might overlap.

6 months, 2 weeks ago by QueenOfAuto

0

Been moderating a small sub for a while but never dived into AutoMod. Seems a bit daunting but this makes it look easier. Definitely gonna try it out. Thanks!

6 months, 2 weeks ago by AverageJoe245

0

Good stuff. I'd also remind folks to pay close attention to the modmail action. Being able to automate messages to your team when certain conditions are met can be a game-changer for keeping everyone in the loop.

6 months, 2 weeks ago by ChillModd

0

lol imagine needing a guide, just click around until it works, Einstein 😂

6 months, 2 weeks ago by TrollinStone

0

Really appreciate this! Just became a mod and was super lost. I didn't know where to start. Anyone got more examples of simple rules that are useful?

6 months, 2 weeks ago by newModOnTheBlock

0

Nice guide for the newbies! Another tip: consider using moderators_exempt: false so your rules apply to mods as well during testing. Can prevent a lot of headaches with rule conflicts. And remember, you can use regex for more complex word filters!

6 months, 2 weeks ago by modhaxxor