Skip to content

reactiflux/mod-bot

Repository files navigation

Jobs bot

Initial setup

yarn
yarn dev:init
yarn dev

Uses:

Deployed with:

Details:

migrations with yarn migrate:latest. latest installed version is tracked in 2 tables of the sqlite data. schema changes must be done cautiously, should have a set up/tear down function tested before merging.

seed data is stored in seeds/

auth system is simple delegated auth to discord. accounts are created if not found locally, no passwords or secondary confirmation atm