fix: missing a required argument on youtube_download
This commit is contained in:
parent
19a9bc9bc9
commit
b706d4905f
1 changed files with 1 additions and 1 deletions
|
@ -86,4 +86,4 @@ class MusicDownloader(commands.Cog):
|
||||||
else:
|
else:
|
||||||
msg = ctx.send
|
msg = ctx.send
|
||||||
message = await msg("YouTube Downloader started!")
|
message = await msg("YouTube Downloader started!")
|
||||||
youtube_download(url, data_path, message)
|
youtube_download(self, url, data_path, message)
|
||||||
|
|
Loading…
Reference in a new issue