fix(youtubedownloader): fixed init file having the wrong import names
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 53s
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 53s
This commit is contained in:
parent
6a2137e5b0
commit
c760592404
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
from .musicdownloader import MusicDownloader
|
from .youtubedownloader import YouTubeDownloader
|
||||||
|
|
||||||
|
|
||||||
async def setup(bot):
|
async def setup(bot):
|
||||||
await bot.add_cog(MusicDownloader(bot))
|
await bot.add_cog(YouTubeDownloader(bot))
|
||||||
|
|
Loading…
Reference in a new issue