fix: missing a required argument on youtube_download

This commit is contained in:
SeaswimmerTheFsh 2023-07-31 23:25:12 -04:00
parent 19a9bc9bc9
commit b706d4905f
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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)