[Core] Added separate dev cog

This is enabled with the cli flag --dev
This commit is contained in:
Twentysix
2017-05-14 03:20:54 +02:00
parent cf2925978b
commit 311339240f
5 changed files with 74 additions and 69 deletions

View File

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