aboutsummaryrefslogtreecommitdiff
path: root/build/hypixel.js
AgeCommit message (Collapse)Author
2021-05-27fix some bugs with it loading forevermat
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-24add temporary debug thingmat
2021-05-01Show minions that haven't been unlocked in response (#20)mat
* add minions that haven't been unlocked yet to response, and slightly optimize constants * remove most console.logs with console.debugs * mock constants
2021-04-27Add minion_count leaderboard (#15)mat
* add minion count leaderboard * fix error that happens sometimes * Update index.js
2021-04-08change how stats are sent to allow for extra infomat
2021-03-01fix error for nonexistent playersmat
2021-03-01Compiled TS into JSmat-1
2021-02-28Compiled TS into JSmat-1
2021-02-28Add leaderboardsmat
2021-02-21Compiled TS into JSmat-1
2021-02-15Compiled TS into JSmat-1
2021-02-15remove debug logsmat
2021-02-15Compiled TS into JSmat-1
2021-02-13add objectives and skillsmat
2021-02-13fix some stats cutting off at the wrong placemat
2021-02-13move some code to make more sensemat
2021-02-13tscmat
2021-02-13change compile target to es2019mat
2021-02-13tscmat
2021-02-13create member, profile, and profiles cleanersmat
2021-02-13add compiled code in build foldermat