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