From f1dc3f3386f76cd185731a914445d2092772848f Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 28 Oct 2019 01:54:01 +0100 Subject: [PATCH] higher number of max clip --- 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 477b438..61909a8 100644 --- a/commands/fun/ytp.js +++ b/commands/fun/ytp.js @@ -94,7 +94,7 @@ class ytpCommand extends Command { sourceList: asset, outro: './asset/ytp/outro.mp4', // Need an outro or it won't work OUTPUT_FILE: `${os.tmpdir()}/${message.id}_YTP.mp4`, - MAX_CLIPS: 20, + MAX_CLIPS: 100, transitions: true, effects: { effect_RandomSound: true,