From 077f7c421bc9044138da493a5357da6d4366770b Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 23:31:54 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/boto.js b/node/boto.js index 452454e..950e545 100644 --- a/node/boto.js +++ b/node/boto.js @@ -250,8 +250,8 @@ client.on('message', (channel, tags, message, self) => { // MINI GAME if(command === 'beta' || command === 'test') - const result = Math.floor(Math.random() * 100) + 1; - client.say(channel, `/me Bleep-Bloop! @${tags.username} has ${result}% resistence to bullshit!`); + const rng100 = Math.floor(Math.random() * 100) + 1; + client.say(channel, `/me Bleep-Bloop! @${tags.username} has ${rng100}% resistence to bullshit!`); } // TODO: