Random changes
This commit is contained in:
parent
aea0f3e6be
commit
0e2268177a
@ -31,13 +31,9 @@ module.exports = (mes, komand, celArgs, client) => {
|
||||
case 'fight':
|
||||
case 'figh':
|
||||
case 'fajt':
|
||||
if (!celArgs) {
|
||||
mes.channel.send('koho?');
|
||||
break;
|
||||
}
|
||||
const ping = /^<@!?\d+>$/;
|
||||
if (!ping.test(celArgs)) {
|
||||
mes.channel.send('tak seš kokot?');
|
||||
mes.channel.send('tak si kokot ti kokote');
|
||||
break;
|
||||
}
|
||||
const vyherce = Math.round(Math.random()) ? mes.author : celArgs;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user