2018-05-11 23:35:08 -07:00
|
|
|
from .blurplefy import Blurplefy
|
|
|
|
|
|
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-05-11 23:35:08 -07:00
|
|
|
|
2018-08-19 20:23:44 -07:00
|
|
|
def setup(bot):
|
2018-05-11 23:35:08 -07:00
|
|
|
bot.add_cog(Blurplefy(bot))
|