Files
aikaterna-cogs/partycrash/__init__.py
2018-08-19 20:23:44 -07:00

6 lines
86 B
Python

from .partycrash import PartyCrash
def setup(bot):
bot.add_cog(PartyCrash(bot))