misc: changed completion message for ydl
This commit is contained in:
parent
5742384cd8
commit
6825d2c947
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class MusicDownloader(commands.Cog):
|
|||
message.edit(msg)
|
||||
def hook(d):
|
||||
if d['status'] == 'finished':
|
||||
message.edit(content='Done!')
|
||||
message.edit(content='YouTube Downloader completed!')
|
||||
ydl_opts = {
|
||||
'logger': Logger(),
|
||||
'progress_hooks': [hook],
|
||||
|
|
Loading…
Reference in a new issue