This commit is contained in:
Histmy 2021-05-25 18:14:54 +02:00
parent d1924bd0f1
commit 8bcb037f28

View File

@ -50,7 +50,7 @@ module.exports = {
break;
case "odpocitej":
case "odpočítej":
case "odpočítej": {
const randomshit = (dalsi, argument) => {
dalsi.edit(argument[0]);
argument.splice(0, 1);
@ -58,6 +58,7 @@ module.exports = {
};
mes.channel.send(":stop_button:").then(mes => randomshit(mes, [":five:", ":four:", ":three:", ":two:", ":one:", ":ok:"]));
break;
}
default:
return false;