From 8816a925964f92aa498cff5e3cb056682e5e79e2 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 28 Oct 2019 15:11:28 +0100 Subject: [PATCH] Forgot to put debug to false --- 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 830a04fc..5c149d44 100644 --- a/commands/fun/ytp.js +++ b/commands/fun/ytp.js @@ -114,7 +114,7 @@ class ytpCommand extends Command { let options = { - debug: true, // Better set this to false to avoid flood in console + debug: false, // Better set this to false to avoid flood in console MIN_STREAM_DURATION: Math.floor((Math.random() * 3) + 1), // Random duration of video clip sources: './asset/ytp/sources/', sounds: './asset/ytp/sounds/',