fix: removed message.edit from the youtube_download logger

This commit is contained in:
Seaswimmer 2023-08-02 14:50:47 -04:00
parent 93102494c0
commit 25b0ae1d91
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -98,7 +98,6 @@ class MusicDownloader(commands.Cog):
pass
def error(self, msg):
print(msg)
message.edit(msg)
ydl_opts = {
'logger': Logger(),
'format': 'm4a/bestaudio/best',