kuper-adrian / statg-bot

Discord bot that posts PUBG statistics in your discord channel
MIT License
3 stars 2 forks source link

Perhaps you know how to implement this? display rank and player rating #13

Open trololo151 opened 5 years ago

kuper-adrian commented 5 years ago

Displaying the rank on !statg stats would be pretty cool and the pubg api returns values called bestRankPoint and rankPoints, which I assume represent your max and current rank respectively. These values are just numbers though and I would like to display a rank like 'Bronze', 'Silver' or 'Gold'. Give me some time to find out, which ranges of numbers map to which rank.

kuper-adrian commented 5 years ago

Found a table that maps the rankPoints property value to the real rank here. With this implemention should be pretty straight forward.

Since its still Hacktoberfest I will leave this issue open for everyone interested to implement the rank into the !statg stats command for some time.