First commit

This commit is contained in:
Twentysix
2017-04-27 00:49:27 +02:00
parent 6251c585e4
commit 2063decbe7
20 changed files with 994 additions and 0 deletions

4
core/__init__.py Normal file
View File

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