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; break;
case "odpocitej": case "odpocitej":
case "odpočítej": case "odpočítej": {
const randomshit = (dalsi, argument) => { const randomshit = (dalsi, argument) => {
dalsi.edit(argument[0]); dalsi.edit(argument[0]);
argument.splice(0, 1); 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:"])); mes.channel.send(":stop_button:").then(mes => randomshit(mes, [":five:", ":four:", ":three:", ":two:", ":one:", ":ok:"]));
break; break;
}
default: default:
return false; return false;