Update 'node/boto.js'
This commit is contained in:
parent
db76dcacf4
commit
6493c34433
|
@ -55,12 +55,6 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
const result = Math.floor(Math.random() * 6) + 1;
|
const result = Math.floor(Math.random() * 6) + 1;
|
||||||
client.say(channel, `/me Bleep-Bloop! @${tags.username} has rolled a ${result}! Praise RNGesus!`);
|
client.say(channel, `/me Bleep-Bloop! @${tags.username} has rolled a ${result}! Praise RNGesus!`);
|
||||||
}
|
}
|
||||||
// MTG Dice Roll
|
|
||||||
if(command === 'mtgdice' ||
|
|
||||||
command === 'mtgroll') {
|
|
||||||
const result = Math.floor(Math.random() * ${args.join(' ')}) + 1;
|
|
||||||
client.say(channel, `/me Bleep-Bloop! @${tags.username} has rolled a ${result}! Praise RNGesus!`);
|
|
||||||
}
|
|
||||||
// LURK
|
// LURK
|
||||||
if(command === 'lurk' ||
|
if(command === 'lurk' ||
|
||||||
command === 'lurkin' ||
|
command === 'lurkin' ||
|
||||||
|
|
Loading…
Reference in New Issue