diff --git a/node/boto.js b/node/boto.js index bd8e171..05794fe 100644 --- a/node/boto.js +++ b/node/boto.js @@ -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 => {