생각해보니까 길드 관리자를 대응했어야했는데
This commit is contained in:
parent
27e4deb543
commit
7965c1baca
4 changed files with 687 additions and 4 deletions
|
|
@ -7,7 +7,6 @@ Discord RSS monitor written in Rust.
|
|||
- Post new items to Discord Forum channels.
|
||||
- Category filtering support.
|
||||
- Embedded storage using `sled`.
|
||||
- Slash command support.
|
||||
|
||||
## Setup
|
||||
1. Create a `.env` file with:
|
||||
|
|
@ -20,6 +19,5 @@ Discord RSS monitor written in Rust.
|
|||
|
||||
## Docker
|
||||
```bash
|
||||
docker build -t memos-rss-rs .
|
||||
docker run --env-file .env memos-rss-rs
|
||||
```
|
||||
docker run --env-file .env ghcr.io/imnyang/memos-rss/bot:latest
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue