From 9f8fc1afc47a0acdfa32e1cf88e94d010e22fa5b Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 28 Oct 2019 04:03:56 +0100 Subject: [PATCH] increass time of minimum stream duration --- 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 9f9121a5..5e4e6421 100644 --- a/commands/fun/ytp.js +++ b/commands/fun/ytp.js @@ -91,7 +91,7 @@ class ytpCommand extends Command { let options = { debug: true, // Better set this to false to avoid flood in console - MIN_STREAM_DURATION: Math.floor((Math.random() * 2) + 1), // Random duration of video clip + MIN_STREAM_DURATION: Math.floor((Math.random() * 3) + 1), // Random duration of video clip sources: './asset/ytp/sources/', sounds: './asset/ytp/sounds/', music: './asset/ytp/music/',