aboutsummaryrefslogtreecommitdiff
path: root/src/hypixelApi.ts
AgeCommit message (Collapse)Author
2021-04-16fix error that happens sometimesmat
2021-04-16retry on throttlemat
2021-04-14Total leaderboards leaderboard working (#6)mat
* add leaderboards leaderboard * slightly optimize fetchPlayer to not unnecessarily fetch the same player twice * Compiled TS into JS * fix errors with fetch * fix random bugs that made people disappear from leaderboards
2021-04-14Revert "Total leaderboards leaderboard (#5)"mat
This reverts commit 0e5887326f1ba1f8005ca0bd217c5b332a1fb6cf.
2021-04-14Total leaderboards leaderboard (#5)mat
* add leaderboards leaderboard * slightly optimize fetchPlayer to not unnecessarily fetch the same player twice * Compiled TS into JS * fix errors with fetch
2021-04-13Slayer leaderboard (#4)mat
* add slayers to constants * Compiled TS into JS * change units to also show up when only changing one constant item * Compiled TS into JS * add slayer leaderboards * remove debugging stuff
2021-02-15remove debug logsmat
2021-02-13add fairy soulsmat
2021-02-13add banking infomat
2021-02-13add dotenv as dev dependencymat
2021-02-13add optional check to verify all clients are owned by the creatormat
2021-02-13move stuff into src foldermat