diff --git a/asset/ytp/intro.mp4 b/asset/ytp/intro.mp4 index f598a317..eb07448c 100644 Binary files a/asset/ytp/intro.mp4 and b/asset/ytp/intro.mp4 differ diff --git a/commands/fun/ytp.js b/commands/fun/ytp.js index eb686c73..c0675e1e 100644 --- a/commands/fun/ytp.js +++ b/commands/fun/ytp.js @@ -214,7 +214,7 @@ class ytpCommand extends Command { new YTPGenerator().configurateAndGo(options) .then(() => { loadingmsg.delete(); - return message.reply('Here is your YTP! Remember, it might contains nsfw!', {files: [`${os.tmpdir()}/${message.id}_YTP.mp4`]}) + return message.reply('Here is your YTP! Remember, it might contain nsfw!', {files: [`${os.tmpdir()}/${message.id}_YTP.mp4`]}) .catch(err => { console.error(err); return message.channel.send('Whoops, look like the vid might be too big for discord, my bad, please try again');