coding-buddies-discord / cb-bots

4 stars 3 forks source link

Update the points command to not have a number rank on an appended caller #71

Closed waream2 closed 1 year ago

waream2 commented 1 year ago

If a caller is not in the top 8 but appended to the report, let's strip out their number. They arent actually 9th

cubiquitous commented 1 year ago

if the person is the caller, they may want to know what position in the table they'll be, but right now it shows the person as the #9, even if they were the 100.

To solve this will require to change how the call for mongo works, and maybe refactoring all calls to also improve speed and reduce db calls, and since I was already going to make this, I have no issue taking