name updates
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# ModBot Reddit Bot
|
||||
# ModReplyBot Reddit Bot
|
||||
|
||||
This bot watches a subreddit for moderator reports containing triggers, approves posts, and leaves stickied comments. Triggers and comments are configured via a subreddit wiki page. All other settings are handled via environment variables.
|
||||
|
||||
@@ -12,7 +12,7 @@ This bot watches a subreddit for moderator reports containing triggers, approves
|
||||
## Configuration
|
||||
|
||||
### 1. Subreddit Wiki Page
|
||||
Create a wiki page (e.g. `modbot-config`) in your subreddit using Automoderator YAML format. Example:
|
||||
Create a wiki page (e.g. `modreplybot-config`) in your subreddit using Automoderator YAML format. Example:
|
||||
|
||||
```
|
||||
triggers:
|
||||
@@ -37,9 +37,9 @@ REDDIT_CLIENT_ID=your_client_id
|
||||
REDDIT_CLIENT_SECRET=your_client_secret
|
||||
REDDIT_USERNAME=your_username
|
||||
REDDIT_PASSWORD=your_password
|
||||
REDDIT_USER_AGENT=modbot by /u/your_username
|
||||
REDDIT_USER_AGENT=modreplybot by /u/your_username
|
||||
REDDIT_SUBREDDIT=your_subreddit
|
||||
REDDIT_WIKI_PAGE=modbot-config
|
||||
REDDIT_WIKI_PAGE=modreplybot-config
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
Reference in New Issue
Block a user