aboutsummaryrefslogtreecommitdiff
path: root/src/cleaners/skyblock/member.ts
AgeCommit message (Collapse)Author
2021-05-02add `/constants` api to get max minions and fairy souls (#21)mat
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-17add head_texture to itemsmat
2021-04-08change how stats are sent to allow for extra infomat
2021-03-01add mythos stat categorymat
2021-02-28Add leaderboardsmat
2021-02-20change other timestamps to be consistentmat
2021-02-14add rank to basic membermat
2021-02-14fix special casesmat
some users dont have a rank, and some users dont have skyblock profiles
2021-02-14add total slayer xpmat
2021-02-14Closes #2mat
2021-02-14add collectionsmat
2021-02-14add visited zonesmat
2021-02-13clean inventory itemsmat
2021-02-13fix caching issuemat
if you visited player/:user then player/:user/:profile it would error
2021-02-13add objectives and skillsmat
2021-02-13optimize inventoriesmat
don't parse nbt for inventories that it doesn't need to
2021-02-13add inventoriesmat
2021-02-13add fairy soulsmat
2021-02-13add banking infomat
2021-02-13create member, profile, and profiles cleanersmat