fix: fixed variable name
This commit is contained in:
parent
b29da31f50
commit
112ec67bdd
1 changed files with 1 additions and 1 deletions
|
@ -84,6 +84,6 @@ class MusicDownloader(commands.Cog):
|
||||||
await message.edit(f"Encountered an error attempting to create the subfolder!\n`{e}`")
|
await message.edit(f"Encountered an error attempting to create the subfolder!\n`{e}`")
|
||||||
msg = await message.edit
|
msg = await message.edit
|
||||||
else:
|
else:
|
||||||
msg = await message.send
|
msg = await ctx.send
|
||||||
message = msg("YouTube Downloader started!")
|
message = msg("YouTube Downloader started!")
|
||||||
youtube_download(url, data_path, message)
|
youtube_download(url, data_path, message)
|
||||||
|
|
Loading…
Reference in a new issue