This commit is contained in:
Sarimoko 2022-02-23 11:56:15 -08:00
parent 3ad1c78774
commit adc0136552
1 changed files with 1 additions and 1 deletions

View File

@ -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 => {