diff --git a/asset/ytp/intro.mp4 b/asset/ytp/intro.mp4 deleted file mode 100644 index f598a317..00000000 Binary files a/asset/ytp/intro.mp4 and /dev/null differ diff --git a/commands/fun/ytp.js b/commands/fun/ytp.js index a77e1521..c8cc9330 100644 --- a/commands/fun/ytp.js +++ b/commands/fun/ytp.js @@ -190,7 +190,6 @@ class ytpCommand extends Command { resources: './asset/ytp/resources/', temp: os.tmpdir(), sourceList: asset, - intro: args.force ? './asset/ytp/intro.mp4' : null, outro: './asset/ytp/outro.mp4', // Need an outro or it won't work OUTPUT_FILE: `${os.tmpdir()}/${message.id}_YTP.mp4`, MAX_CLIPS: MAX_CLIPS,