2018-07-09 11:55:52 -07:00
|
|
|
from .partycrash import PartyCrash
|
|
|
|
|
|
2020-08-26 17:57:43 +01:00
|
|
|
__red_end_user_data_statement__ = "This cog does not persistently store data or metadata about users."
|
|
|
|
|
|
2018-07-09 11:55:52 -07:00
|
|
|
|
2018-08-19 20:23:44 -07:00
|
|
|
def setup(bot):
|
2018-07-09 11:55:52 -07:00
|
|
|
bot.add_cog(PartyCrash(bot))
|