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:
SeaswimmerTheFsh 2023-10-24 00:14:25 -04:00
parent 6a2137e5b0
commit c760592404
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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))