From 624779fabf3839178f5a9fa42cc07309d2a96d42 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 23:29:11 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/node/boto.js b/node/boto.js index 4f770c1..452454e 100644 --- a/node/boto.js +++ b/node/boto.js @@ -86,11 +86,11 @@ client.on('message', (channel, tags, message, self) => { getRandomChatter(channel, { skipList: [ tags.username ] }) .then(user => { if(user === null) { - client.say(channel, `${tags.username}, there was no one to choose.`); + client.say(channel, `Sorry ${tags.username}, this is embarrassing... There was no one to choose from! #smallstreamerproblems Bleep-Bloop!`); } else { let { name, type } = user; - client.say(channel, `${tags.username}, I chose "${name}" with type ${type}!`); + client.say(channel, `${tags.username} exluded, at random I choose "${name}" cuz they're such an amazing ${type}!`); } }) .catch(err => console.log('[ERR]', err)); @@ -243,6 +243,17 @@ client.on('message', (channel, tags, message, self) => { command === 'tweet') { client.say(channel, `/me Twitter | https://twitter.com/sarimoko_o `); } + if(command === 'twitter' || + command === 'tweet') { + client.say(channel, `/me Twitter | https://twitter.com/sarimoko_o `); + } + // 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!`); + } + // TODO: // Uptime // Viewers