pinano-discord / Pinano-Discord-Bot

A Discord bot for the Pinano guild
MIT License
9 stars 11 forks source link

Delete dead code for calculating rank during stats #158

Closed sit closed 4 years ago

sit commented 4 years ago

All rank code is now handled by the leaderboard module.

pianiststickman commented 4 years ago

Sweet, thanks for this. If you want you can probably remove the persistence getRankByTime methods I put in to support this - they're not tested and I can't see any use for them but for this.

sit commented 4 years ago

Oh, leaderboard just does everything in memory. Then there's lots of code to get nuked out of the persistence stuff and its tests... I'll do that separately.