A Crystal Phoenix's guild discord app & node-based API
the environtment example can be found at ~/env.example
npm run test
: run test.js (unavailable in production or github)npm run test:ts
: run test.ts (unavailable in production or github)npm run devstart
: run Chrezbot.ts using ts-node
(with debug)npm run devstart:build
: transpile to Chrezbot.js and then run (output location is in /output)npm start
: build and run the transpiled codenpm run build
: transpile the code without runningnpm run loadSlashCommands
: loads slash commands