Files
aikaterna-cogs/urlfetch/__init__.py

8 lines
184 B
Python
Raw Normal View History

2021-02-09 15:58:42 -08:00
from .urlfetch import UrlFetch
2021-10-19 01:56:05 +02:00
__red_end_user_data_statement__ = "This cog does not persistently store data or metadata about users."
2021-02-09 15:58:42 -08:00
def setup(bot):
bot.add_cog(UrlFetch(bot))