5 lines
113 B
Python
5 lines
113 B
Python
from .musicdownloader import MusicDownloader
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(MusicDownloader(bot))
|