diff --git a/commands/fun/ytp.js b/commands/fun/ytp.js index 6c5615d..751c0c4 100644 --- a/commands/fun/ytp.js +++ b/commands/fun/ytp.js @@ -184,7 +184,7 @@ class ytpCommand extends Command { let options = { debug: args.debug, - MAX_STREAM_DURATION: Math.floor((Math.random() * 3) + 1), // Random duration of video clip + MAX_STREAM_DURATION: args.link ? args.link : Math.floor((Math.random() * 3) + 1), // Random duration of video clip sources: './asset/ytp/sources/', sounds: './asset/ytp/sounds/', music: './asset/ytp/music/',