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
|
pass
|
||||||
def error(self, msg):
|
def error(self, msg):
|
||||||
print(msg)
|
print(msg)
|
||||||
message.edit(msg)
|
|
||||||
ydl_opts = {
|
ydl_opts = {
|
||||||
'logger': Logger(),
|
'logger': Logger(),
|
||||||
'format': 'm4a/bestaudio/best',
|
'format': 'm4a/bestaudio/best',
|
||||||
|
|
Loading…
Reference in a new issue