Files
aikaterna-cogs/urlfetch/__init__.py
2022-04-04 13:05:52 -07:00

8 lines
196 B
Python

from .urlfetch import UrlFetch
__red_end_user_data_statement__ = "This cog does not persistently store data or metadata about users."
async def setup(bot):
await bot.add_cog(UrlFetch(bot))