mcb-dev / mCodingBot

The Discord bot for the mCoding Discord server.
https://mcoding.io/discord
MIT License
12 stars 4 forks source link

Made stats in thousands truncate to 1 decimal place #89

Closed trag1c closed 1 year ago

trag1c commented 1 year ago

Numbers like 1357 were displayed as 1.35K, which is a bruh moment because it's literally longer than just displaying the full number itself. So from now on it's gonna get truncated to just 1.3K.

CircuitSacul commented 1 year ago

Why wouldn't you want to truncate if the unit was "M"?

CircuitSacul commented 1 year ago

Probably better to truncate to 1 if the unit is non-empty

trag1c commented 1 year ago

Why wouldn't you want to truncate if the unit was "M"?

  1. 1.23M is still shorter than 1234567; for K that's not really the case
  2. I'd rather see a stat bump every 10k views than 100k views