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