rayzrdev / SharpBot

A Discord.js selfbot written by Rayzr - 60 second installation!
https://git.io/sharpbot
MIT License
129 stars 134 forks source link

Added command usage stats #110

Closed ghost closed 6 years ago

ghost commented 7 years ago

I added command usage stats, becuase why not /shrug

ghost commented 7 years ago

Fixed, thanks for the feedback.

rayzr522 commented 6 years ago

The problem with this command/system is that it does not persist after restart, which makes it nearly useless, as I can think of very few reasons for wanting to know the command usages of only this session. To make the system do otherwise, however, would require data storage--a JSON data file, most likely--which isn't too hard, but still would require some setup.