aboutsummaryrefslogtreecommitdiff
path: root/build/cleaners/rank.js
AgeCommit message (Collapse)Author
2021-12-30remove build foldermat
2021-09-06Bump node-fetch from 2.6.1 to 3.0.0 (#116)dependabot[bot]
* Bump node-fetch from 2.6.1 to 3.0.0 Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.0.0. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.0.0) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix issues with node fetch 3.0 * change module to esnext instead of commonjs * fix imports and tests * fix package-lock.json Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mat <github@matdoes.dev> Co-authored-by: mat <27899617+mat-1@users.noreply.github.com>
2021-06-29fix youtube rank displaying wronglymat
closes #49
2021-06-29moderator -> modmat
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
2021-05-26replace a rank thing with switch statementmat
2021-05-19Compiled TS into JSmat-1
2021-02-28Compiled TS into JSmat-1
2021-02-28Compiled TS into JSmat-1
2021-02-28Compiled TS into JSmat-1
2021-02-15Compiled TS into JSmat-1
2021-02-15Compiled TS into JSmat-1
2021-02-13fix some stats cutting off at the wrong placemat
2021-02-13add compiled code in build foldermat