diff options
Diffstat (limited to 'env.example')
| -rw-r--r-- | env.example | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/env.example b/env.example index fdf9ffb..3db4c25 100644 --- a/env.example +++ b/env.example @@ -11,8 +11,10 @@ REDDIT_USER_AGENT=UmaBot/0.1.0 OPENAI_API_KEY=your_openai_api_key_here # Subreddit Configuration -# The subreddit where the bot will operate (without the r/ prefix) -SUBREDDIT_NAME=your_subreddit_name +# The main subreddit where the bot will operate (without the r/ prefix) +SUBREDDIT_NAME=okbuddyumamusume +# Additional subreddits (comma-separated, without r/ prefix) +ADDITIONAL_SUBREDDITS=TracenAcademy # Bot Messages # Customize these messages as needed |