Skip to content

Commit

Permalink
Enable in /r/Yugioh101
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed May 8, 2023
1 parent d15880e commit e038081
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and it will comment a maximum of 10 times per submission, resetting when the pro

- [/r/yugioh](https://reddit.com/r/yugioh)
- [/r/YuGiOhMemes](https://reddit.com/r/YuGiOhMemes)
- [/r/Yugioh101](https://reddit.com/r/Yugioh101)

## Getting started with development

Expand All @@ -42,9 +43,9 @@ Configure a [`.env`](https://pypi.org/project/python-dotenv) file with the crede
```dotenv
REDDIT_CLIENT_ID=
REDDIT_CLIENT_SECRET=
REDDIT_USERNAME=
REDDIT_USERNAME=BastionBotYuGiOh
REDDIT_PASSWORD=
SUBREDDITS=yugioh+yugioh101
SUBREDDITS=bastionbot
API_URL=
```

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
REDDIT_CLIENT_SECRET:
REDDIT_USERNAME: BastionBotYuGiOh
REDDIT_PASSWORD:
SUBREDDITS: yugioh+YuGiOhMemes
SUBREDDITS: yugioh+YuGiOhMemes+Yugioh101
API_URL:
logging:
driver: "${DOCKER_LOG_DRIVER:-journald}"
Expand Down

0 comments on commit e038081

Please sign in to comment.