From 8bcb037f28c87ae2dbdc60eb78e7c455a683624a Mon Sep 17 00:00:00 2001 From: Histmy Date: Tue, 25 May 2021 18:14:54 +0200 Subject: [PATCH] IDK --- modules/komStatic.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;