diff --git a/musicdownloader/musicdownloader.py b/musicdownloader/musicdownloader.py index 0641f29..3a3b2df 100644 --- a/musicdownloader/musicdownloader.py +++ b/musicdownloader/musicdownloader.py @@ -86,4 +86,4 @@ class MusicDownloader(commands.Cog): else: msg = ctx.send message = await msg("YouTube Downloader started!") - youtube_download(url, data_path, message) + youtube_download(self, url, data_path, message)