-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
split CardinalBot.py into classes #15
Comments
Logging has been converted, but I still need to get it so it has different names depending on where in the project it is. Additionally, I've been using the string formatting operator Secondly, moving the plugins into |
Not going to be using the |
Config system for plugins has been completed, and is part of |
Plugins have all been ported over to the new config system. Also updated logging (no more print's! Anywhere!) |
CardinalBot.py contains all the main bot logic.
It would be much easier and nicer to read if it was split into pieces. I would like to start using proper logging, with the Python
logging
library, and a separate class for plugin logic at the very least.This would also be a good time to start making things PEP-8 compatible.
logging
for console outputThe text was updated successfully, but these errors were encountered: