To develop locally, clone this repository and run the following command to start the local dev server:
yarn
yarn dev
or using npm:
npm i
npm run dev
Also fill your .env file with those variables: TOKEN=YOURDISCORDBOTTOKEN MONGOURI=MONGODBDATABASEURI