Files
aikaterna-cogs/urlfetch/__init__.py

6 lines
80 B
Python
Raw Normal View History

2021-02-09 15:58:42 -08:00
from .urlfetch import UrlFetch
def setup(bot):
bot.add_cog(UrlFetch(bot))