fix: removed message.edit from the youtube_download logger

This commit is contained in:
SeaswimmerTheFsh 2023-08-02 14:50:47 -04:00
parent 93102494c0
commit 25b0ae1d91
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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',