Files
aikaterna-cogs/partycrash/__init__.py

6 lines
86 B
Python
Raw Normal View History

2018-07-09 11:55:52 -07:00
from .partycrash import PartyCrash
def setup(bot):
2018-07-09 11:55:52 -07:00
bot.add_cog(PartyCrash(bot))