fix
This commit is contained in:
parent
3ad1c78774
commit
adc0136552
|
@ -118,7 +118,7 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
}
|
}
|
||||||
// RNGesus
|
// RNGesus
|
||||||
if (command === 'cult' ||
|
if (command === 'cult' ||
|
||||||
commands === 'rngesus') {
|
command === 'rngesus') {
|
||||||
// Get a random user but skip the user requesting a random user
|
// Get a random user but skip the user requesting a random user
|
||||||
getRandomChatter(channel, { skipList: [tags.username] })
|
getRandomChatter(channel, { skipList: [tags.username] })
|
||||||
.then(user => {
|
.then(user => {
|
||||||
|
|
Loading…
Reference in New Issue