In your config all Checks and Actions have two properties that control how they behave:
Enable (defaults to enable: true) – Determines if the check or action is run, at all
Dryrun (defaults to dryRun: false) – When true the check or action will run but any Actions that may be triggered will “pretend” to execute but not actually talk to the Reddit API.
Use dryRun to test your config without the bot making any changes on reddit
When starting out with a new config it is recommended running the bot with remove/ban actions disabled
Use report actions to get reports in your modqueue from the bot that describe what it detected and what it would do about it
Once the bot is behaving as desired (no false positives or weird behavior) destructive actions can be enabled or turned off of dryrun
Web Dashboard Tips
Click the Help button at the top of the page to get a guided tour of the dashboard
You can manually run the bot on any activity (comment/submission) by pasting its permalink into the input field below the Overview section and hitting one of the run buttons
Dry run will make the bot run on the activity but it will only pretend to run actions, if triggered. This is super useful for testing your config without consequences
Run will do everything
All of the bot’s activity is shown in real-time in the log section
This will output the results of all run checks/rules and any actions that run
You can view summaries of all activities that triggered a check (had actions run) by clicking on Actioned Events