belak / go-seabird

A simple IRC bot framework
MIT License
13 stars 4 forks source link

Format numbers nicely in the OSRS responses #288

Closed jsvana closed 5 years ago

jsvana commented 5 years ago

Make sure that we're formatting thousands places for ranks and rounding to the nearest thousand on large numbers for experience.

belak commented 5 years ago

I added a few utils for this in https://github.com/belak/go-seabird/commit/ac950f1697d72129806bd07c085c187d7eade16c and previous commits based on these changes. If you've got any tweaks to how it should be displayed, feel free to submit those.