misc: changed completion message for ydl

This commit is contained in:
Seaswimmer 2023-08-01 00:03:23 -04:00
parent 5742384cd8
commit 6825d2c947
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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],