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/',