retreatbot is a discord bot that provides assistance in managing an online book club.
The bot relies on the openlibrary API as a source of data and requires a PostgreSQL instance to run.
/book <searchQuery>
Responds with the first book found on openlibrary.org
deno install
deno run src/main.tsdocker build -t retreatbot .
docker run -d \
--name retreatbot \
--restart unless-stopped \
retreatbot