diff --git a/asset/ytp/intro.mp4 b/asset/ytp/intro.mp4 new file mode 100644 index 0000000..f598a31 Binary files /dev/null and b/asset/ytp/intro.mp4 differ diff --git a/commands/fun/ytp.js b/commands/fun/ytp.js index 735c7c2..eb686c7 100644 --- a/commands/fun/ytp.js +++ b/commands/fun/ytp.js @@ -190,6 +190,7 @@ 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,