fix: missing a required argument on youtube_download

This commit is contained in:
Seaswimmer 2023-07-31 23:25:12 -04:00
parent 19a9bc9bc9
commit b706d4905f
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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)