[V3 Partycrash] Initial commit

This commit is contained in:
aikaterna
2018-07-09 11:55:52 -07:00
committed by GitHub
parent 0ac7df74dc
commit e89b8318c5

6
partycrash/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
from discord.ext import commands
from .partycrash import PartyCrash
def setup(bot: commands.Bot):
bot.add_cog(PartyCrash(bot))