jillo-bot/README.md

376 B

jillo

the goop :)

Setup

pnpm install knex -g
# rerun after each update
pnpm install
knex migrate:latest

(npm instead of pnpm will also suffice)

Copy config.example.json to config.json and change as necessary

Dev

pnpm deploy-commands -- --dev
pnpm dev

Run

pnpm start