quotes-bot/README.md
2025-01-31 08:06:55 -06:00

14 lines
272 B
Markdown

# Quotes bot
A quotes bot integrating with [Imag](https://git.everypizza.im/n/imag)!
See `config.example.mjs` to configure it.
# Running
```sh
cp config.example.mjs config.mjs
$EDITOR config.mjs # Configure it
docker compose build --no-cache
docker compose up -d
```