more
This commit is contained in:
parent
e7f35a27be
commit
4bc44f17e7
|
@ -20,7 +20,7 @@ export function rnguser() {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
function getRandomChatter(channelName, opts = {}) {
|
function getRandomChatter(channelName, opts = {}) {
|
||||||
let {
|
let {
|
||||||
onlyViewers = false,
|
onlyViewers = false,
|
||||||
noBroadcaster = false,
|
noBroadcaster = false,
|
||||||
|
@ -40,6 +40,5 @@ function getRandomChatter(channelName, opts = {}) {
|
||||||
null :
|
null :
|
||||||
chatters[Math.floor(Math.random() * chatters.length)];
|
chatters[Math.floor(Math.random() * chatters.length)];
|
||||||
});
|
});
|
||||||
} // RNG END
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue