fix: fixed indentation preventing anything from happening
This commit is contained in:
parent
ad69269475
commit
ab427e1e8f
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue