Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 23:32:59 +00:00
parent 077f7c421b
commit ba50b8e50e
1 changed files with 0 additions and 5 deletions

View File

@ -248,11 +248,6 @@ client.on('message', (channel, tags, message, self) => {
client.say(channel, `/me Twitter | https://twitter.com/sarimoko_o `); client.say(channel, `/me Twitter | https://twitter.com/sarimoko_o `);
} }
// MINI GAME // 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: // TODO:
// Uptime // Uptime