From 112ec67bdd2e5f4e4161415061b11afa1ee18337 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 31 Jul 2023 23:23:35 -0400 Subject: [PATCH] fix: fixed variable name --- musicdownloader/musicdownloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/musicdownloader/musicdownloader.py b/musicdownloader/musicdownloader.py index 06d8a11..020a168 100644 --- a/musicdownloader/musicdownloader.py +++ b/musicdownloader/musicdownloader.py @@ -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)