edwin0259 / bot-commands

User suggested commands for maestroBot
MIT License
2 stars 3 forks source link

!stats having issues parsing json file #5

Closed edwin0259 closed 6 years ago

edwin0259 commented 6 years ago

The !stats command and any internal maestro code that deals with the song statistics file have been causing crashes. The data (And user data) needs to be exported to a proper database. All code will need to be updated to interact with a database instead of a json file.

edwin0259 commented 6 years ago

Everything dealing with song statistics has been hooked up to MySQL :) . Might need a little more cleaning up. Should add users next.