Files
aikaterna-cogs/partycrash/__init__.py

8 lines
190 B
Python
Raw Normal View History

2018-07-09 11:55:52 -07:00
from .partycrash import PartyCrash
__red_end_user_data_statement__ = "This cog does not persistently store data or metadata about users."
2018-07-09 11:55:52 -07:00
def setup(bot):
2018-07-09 11:55:52 -07:00
bot.add_cog(PartyCrash(bot))