5 lines
119 B
Python
5 lines
119 B
Python
from .youtubedownloader import YouTubeDownloader
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(YouTubeDownloader(bot))
|