Most useless update

This commit is contained in:
histmy 2021-03-17 23:03:02 +01:00
parent 64806629e2
commit f868686256

View File

@ -69,28 +69,28 @@ module.exports = {
case 'nazor':
case 'názor':
mes.channel.send([`mam rad ${celArgs}`, `${celArgs} je picovina`][rand(2)]);
mes.channel.send(rand(2) ? `mam rad ${celArgs}` : `${celArgs} je picovina`);
break;
case 'si':
case 'jsi':
corict = celArgs.replace('?', '');
mes.channel.send([`jo sem ${corict}`, `ne nejsem ${corict}`][rand(2)]);
mes.channel.send(rand(2) ? `jo sem ${corict}` : `ne nejsem ${corict}`);
break;
case 'mas':
case 'máš':
corict = celArgs.replace('?', '');
mes.channel.send([`jo mam ${corict}`, `ne nemam ${corict}`][rand(2)]);
mes.channel.send(rand(2) ? `jo mam ${corict}` : `ne nemam ${corict}`);
break;
case 'je':
mes.channel.send(['jo je', 'ne neni'][rand(2)]);
mes.channel.send(rand(2) ? 'jo je' : 'ne neni');
break;
case 'má':
case 'ma':
mes.channel.send(['jo ma', 'ne nema'][rand(2)]);
mes.channel.send(rand(2) ? 'jo ma' : 'ne nema');
break;
case 'jakmoc':