From adc0136552601bbfcaa82914fadf815888c3f356 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Wed, 23 Feb 2022 11:56:15 -0800 Subject: [PATCH] fix --- node/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {