From 89b2460ed403b978234bdb2106fdfcecf2ff48cd Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 28 Oct 2019 14:34:59 +0100 Subject: [PATCH] --- 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 7555815..cee0e9b 100644 --- a/commands/fun/ytp.js +++ b/commands/fun/ytp.js @@ -67,7 +67,7 @@ class ytpCommand extends Command { if (err) { console.error(err); loadingmsg.delete(); - return message.channel.send('An error has occured, I can\'t download from the link you provided.'); + return message.channel.send('An error has occured, I can\'t download from the link you provided. Is it an mp4?'); } else { let mp4 = []; fs.readdirSync('./asset/ytp/userVid/').forEach(file => {