reol-chan has undergone a rewrite! https://github.com/causztic/reol-chan/releases/tag/1.0.0
Legacy code is in the senpai
branch.
- Install PostgreSQL
- Update
.env
withDATABASE_URL
nvm use 16
npm ci
npx prisma migrate dev --name init
Run prisma generate
on schema changes
- Typescript
- ESLint
- Slash command integration with Discord.js 13
- Role Management port-over
- Now playing port-over
- Points port-over (Redis)
- Postgres port-over (migrations not necessary yet)
- Discography Management port-over
- S3 library port-over
- Purge port-over
- CI/CD