[V3 Dungeon] Initial commit

This commit is contained in:
aikaterna
2018-07-18 08:56:41 -07:00
committed by GitHub
parent 9131122c35
commit 80eb7c4e35

5
dungeon/__init__.py Normal file
View File

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