Discord bot to manage and publish leaderboards for sim-racing challenges
install dependencies with npm install
rename .example.env to .env and provide necessary values or
create .env with
BOT_TOKEN=
DB_URI=
The DB_URI needs to be a mongoDB Connection String URI.
BOT_TOKEN can be aquired on the Discord Developer Portal
npm start or npm run watch
vscode mongodb
extensions:
- prettier
