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: