From 7dfe30fffd1b4eb427cfe7b28acf92d4e91c537f Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 31 Mar 2020 04:00:28 +0200 Subject: [PATCH] Accidently put a space there which broke the add part --- commands/fun/ytp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/fun/ytp.js b/commands/fun/ytp.js index bbf844a..6c5615d 100644 --- a/commands/fun/ytp.js +++ b/commands/fun/ytp.js @@ -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);