forked from Supositware/Haha-Yes
Forgot to put debug to false
This commit is contained in:
parent
b483f1457a
commit
8816a92596
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class ytpCommand extends Command {
|
||||||
|
|
||||||
|
|
||||||
let options = {
|
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
|
MIN_STREAM_DURATION: Math.floor((Math.random() * 3) + 1), // Random duration of video clip
|
||||||
sources: './asset/ytp/sources/',
|
sources: './asset/ytp/sources/',
|
||||||
sounds: './asset/ytp/sounds/',
|
sounds: './asset/ytp/sounds/',
|
||||||
|
|
Loading…
Reference in a new issue