fix: removed message.edit from the youtube_download logger
This commit is contained in:
parent
93102494c0
commit
25b0ae1d91
1 changed files with 0 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue