pinano-discord / Pinano-Discord-Bot

A Discord bot for the Pinano guild
MIT License
9 stars 11 forks source link

Fix position tracking for live users, abbreviate p!lb overall to p!lb o #74

Closed pianiststickman closed 5 years ago

pianiststickman commented 5 years ago

p!lb abbreviation per customer request.

Position tracking bug is a fairly simple one - for live users we calculate our current time, get what rank that current time would hold in the DB, then increment the rank for every live user ahead of us. We needed to increment the rank for every live user ahead of us who started out behind us per the DB - i.e. they actually leapfrogged us, they weren't there to begin with.