aboutsummaryrefslogtreecommitdiff
path: root/src/discord.ts
AgeCommit message (Collapse)Author
2021-06-29enable strictNullChecks and fix all related issues (#65)mat
2021-05-27random random debug things and optimize leaderboardsmat
optimize leaderboards by fetching all the raw ones at the beginning
2021-05-27Profile customization (#45)mat
* add basic discord auth * add uuid dependency * add lastUpdated to sessions * add route to get session from id * add accounts collection * update build * add gm rank * add `customization` url parameter * add customization parameter to /player/:user * add route to get info from discord id * remove a console.log * Update database.js * Update package.json * fix tests