Accidently put a space there which broke the add part

This commit is contained in:
loicbersier 2020-03-31 04:00:28 +02:00
parent 88358b8d80
commit 7dfe30fffd

View file

@ -124,7 +124,7 @@ class ytpCommand extends Command {
}
if (url) {
return youtubedl.exec(url, ['--no-playlist ','--max-filesize', '50m', '--format=mp4', '-o', `./asset/ytp/userVid/${message.id}.mp4`], {}, function(err, output) {
return youtubedl.exec(url, ['--no-playlist','--max-filesize', '50m', '--format=mp4', '-o', `./asset/ytp/userVid/${message.id}.mp4`], {}, function(err, output) {
console.log(output);
if (err) {
console.error(err);