diff --git a/modules/komStatic.js b/modules/komStatic.js index f0df980..2d3da33 100644 --- a/modules/komStatic.js +++ b/modules/komStatic.js @@ -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;