Skip to content

TruncatedDinoSour/quotes-bot

Repository files navigation

Quotes bot

A quotes bot integrating with Imag !

See config.example.mjs to configure it.

Running

cp config.example.mjs config.mjs
vim config.mjs  # Configure it
docker compose build --no-cache
docker compose up -d