pinano-discord / Pinano-Discord-Bot

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

Allow p!stats to be run for other users #13

Closed pianiststickman closed 5 years ago

pianiststickman commented 5 years ago

Allows p!stats to be run for other users. Username is specified as username#discriminator - not as <@id> because that would ping the subject of the query and we don't want the subject getting pinged every time someone inquires about their ptime.

In the process, had to make some of the functions in leaderboard_fetch.js a little more flexible in not automatically returning the leaderboard position of the message sender. The refactor into a practice manager will help to decouple this code a little better.