Files
aikaterna-cogs/youtube/__init__.py

8 lines
193 B
Python
Raw Permalink Normal View History

2019-07-24 14:37:01 -07:00
from .youtube import YouTube
__red_end_user_data_statement__ = "This cog does not persistently store data or metadata about users."
2019-07-24 14:37:01 -07:00
2022-04-04 13:05:52 -07:00
async def setup(bot):
await bot.add_cog(YouTube(bot))