fix: fixed indentation preventing anything from happening

This commit is contained in:
Seaswimmer 2023-07-31 23:21:42 -04:00
parent ad69269475
commit ab427e1e8f
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -85,5 +85,5 @@ class MusicDownloader(commands.Cog):
msg = message.edit
else:
msg = message.send
message = await msg("YouTube Downloader started!")
youtube_download(url, data_path, message)
message = await msg("YouTube Downloader started!")
youtube_download(url, data_path, message)