mcb-dev / mCodingBot

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

Exact stats values command #90

Closed FuexFollets closed 1 year ago

FuexFollets commented 1 year ago

A command /stats that returns exact statistics for subscribers, views, and server members

FuexFollets commented 1 year ago

Ive applied the reccomendatioms from the comments in the pr

trag1c commented 1 year ago

You removed the wrong future import. Circuit was talking about the one you added in info.py, and you removed the one found in stats.py

FuexFollets commented 1 year ago

Ive added the member count to the _last_known_stats global variable. Any thoughts? It just made sense

CircuitSacul commented 1 year ago

Ive added the member count to the _last_known_stats global variable. Any thoughts? It just made sense

Actually yeah I think that's perfect.