formatting fixes
This commit is contained in:
@@ -15,33 +15,11 @@ ModReplyBot is a Reddit bot for moderators that automates post approval and stic
|
||||
|
||||
## Configuration
|
||||
|
||||
### 1. Wiki Page Configuration
|
||||
Edit your subreddit wiki page (name set by `REDDIT_WIKI_PAGE` env variable) with YAML like:
|
||||
|
||||
```
|
||||
triggers:
|
||||
- trigger: help
|
||||
|
||||
# ModReplyBot
|
||||
|
||||
ModReplyBot is a Reddit bot for moderators that automates post actions and stickied comments based on subreddit wiki configuration. It responds to mod comments and mod reports containing trigger phrases, auto-comments on posts with configured tags, and now supports chat-based config reloads. All configuration is managed via a subreddit wiki page and environment variables.
|
||||
|
||||
## Features
|
||||
- Responds to moderator comments containing trigger phrases (starting with `!`)
|
||||
- Responds to moderator reports containing trigger phrases (starting with `!`)
|
||||
- Sets post flair, locks posts/comments, and posts stickied comments
|
||||
- Posts automatic comments based on tags in post titles (e.g., `[Bedrock]`, `[Java]`)
|
||||
- Triggers, tag comments, and bot config are managed via a subreddit wiki page
|
||||
- Chat-based config reload: send a chat message containing `reload-config` to the bot from a moderator account to reload the wiki config
|
||||
- Persistent database for auto-commented posts and processed chat requests (survives restarts and container recreations)
|
||||
- Docker and baremetal support
|
||||
|
||||
## Configuration
|
||||
|
||||
### 1. Wiki Page Configuration
|
||||
Edit your subreddit wiki page (name set by `REDDIT_WIKI_PAGE` env variable) with YAML like:
|
||||
|
||||
```
|
||||
```yaml
|
||||
triggers:
|
||||
- trigger: help
|
||||
comment: |
|
||||
|
||||
Reference in New Issue
Block a user