Bathbot
Bathbot copied to clipboard
option to dictate score amount for /rank pp
rank pp command addition, make it so you can choose how many scores u want it to calculate, for example you do /rank pp: number: 2
I think it should be doable by first binary searching a top play index, then if it's missing pp we go up to the top pp times two with another binary search and if it's too much pp we reduce the amount with another binary search.
So for n being the given amount of scores, it would look something like this
All in all very complex to implement for a non-perfect solution to an arguably niche feature. Will be very low on my priority list.