Bug: Place rankings for ladder print out 1->10
5 people can have the same challenge count, and they are then 4-5-6-7-8 instead of all being 4, then the next in list being 8 etc...
This is fundamentally just an output issue in the displaying of the data to discord.
Note This is also an issue with 'gladder' but it's almost never going to be seen in the top 10 output. This is due to the sorting for that done by the following Level -> Experience -> (If user is level 100, then ASC sort by ReachedAt)
- Thus 2 members need to hit 100 with in the same 30minute interval, or two people hit 99 together, and die to reset back to 0xp - not worth looking into just yet, but once the code is done for !ladder, it should be able to be copied to !gladder