[V3 CustomCom] Initial V3 implementation (#1003)

This commit is contained in:
palmtree5
2017-10-15 16:50:55 -08:00
committed by Will
parent d9a63b45d4
commit 36b3fbd5bc
2 changed files with 386 additions and 0 deletions

View File

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