Files

8 lines
187 B
Python
Raw Permalink Normal View History

2018-05-11 23:35:08 -07:00
from .blurplefy import Blurplefy
__red_end_user_data_statement__ = "This cog does not persistently store data or metadata about users."
2018-05-11 23:35:08 -07:00
def setup(bot):
2018-05-11 23:35:08 -07:00
bot.add_cog(Blurplefy(bot))