From f868686256154772c9bc6df6fcb440812e3e2ac6 Mon Sep 17 00:00:00 2001 From: histmy Date: Wed, 17 Mar 2021 23:03:02 +0100 Subject: [PATCH] Most useless update --- modules/normal.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/normal.js b/modules/normal.js index 009c2e7..821b3ee 100644 --- a/modules/normal.js +++ b/modules/normal.js @@ -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':