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