생각해보니까 길드 관리자를 대응했어야했는데

This commit is contained in:
암냥 2026-01-09 10:35:37 +09:00
commit 7965c1baca
No known key found for this signature in database
4 changed files with 687 additions and 4 deletions

View file

@ -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
```