fix(youtubedownloader): fixed init file having the wrong import names
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 53s

This commit is contained in:
Seaswimmer 2023-10-24 00:14:25 -04:00
parent 6a2137e5b0
commit c760592404
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -1,5 +1,5 @@
from .musicdownloader import MusicDownloader
from .youtubedownloader import YouTubeDownloader
async def setup(bot):
await bot.add_cog(MusicDownloader(bot))
await bot.add_cog(YouTubeDownloader(bot))