pinano-discord / Pinano-Discord-Bot

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

commands: Rewrite stats to use persistence library #35

Closed sit closed 5 years ago

sit commented 5 years ago

Rewrite stats to improve abstraction and also use the new persistence library. The rewrite also improves overall parallelism by reaching out to Mongo in parallel, and loading images in parallel as well.

Add a method to UserRepository to count number of active prackers.

pianiststickman commented 5 years ago

Superseded by #51