fix: fixed variable name

This commit is contained in:
Seaswimmer 2023-07-31 23:23:35 -04:00
parent b29da31f50
commit 112ec67bdd
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -84,6 +84,6 @@ class MusicDownloader(commands.Cog):
await message.edit(f"Encountered an error attempting to create the subfolder!\n`{e}`")
msg = await message.edit
else:
msg = await message.send
msg = await ctx.send
message = msg("YouTube Downloader started!")
youtube_download(url, data_path, message)