6 lines
101 B
Python
6 lines
101 B
Python
|
from .musicdownloader import MusicDownloader
|
||
|
|
||
|
|
||
|
def setup(bot):
|
||
|
bot.add_cog(MusicDownloader(bot))
|