Update 'node/boto.js'
This commit is contained in:
parent
077f7c421b
commit
ba50b8e50e
|
@ -248,11 +248,6 @@ client.on('message', (channel, tags, message, self) => {
|
|||
client.say(channel, `/me Twitter | https://twitter.com/sarimoko_o `);
|
||||
}
|
||||
// MINI GAME
|
||||
if(command === 'beta' ||
|
||||
command === 'test')
|
||||
const rng100 = Math.floor(Math.random() * 100) + 1;
|
||||
client.say(channel, `/me Bleep-Bloop! @${tags.username} has ${rng100}% resistence to bullshit!`);
|
||||
}
|
||||
|
||||
// TODO:
|
||||
// Uptime
|
||||
|
|
Loading…
Reference in New Issue