[Core] Save package status and restore it on boot

Also better error handling on package loading
This commit is contained in:
Twentysix
2017-04-27 16:26:21 +02:00
parent 1d3b541e8f
commit 294adf270f
6 changed files with 85 additions and 40 deletions

View File

@@ -1,4 +1,5 @@
from .owner import Owner
def setup(bot):
bot.add_cog(Owner(bot))
bot.add_cog(Owner())