From 690171291073e38d864d81e5f02884f17008c8fe Mon Sep 17 00:00:00 2001 From: Histmy Date: Wed, 28 Jul 2021 19:28:14 +0200 Subject: [PATCH] Fixing "bad" code --- modules/komStatic.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/komStatic.js b/modules/komStatic.js index 493c86a..23063d3 100644 --- a/modules/komStatic.js +++ b/modules/komStatic.js @@ -61,7 +61,7 @@ module.exports = { } case "počasí": - case "pocasi": + case "pocasi": { const embed = { title: "Počasí", image: { url: "attachment://pocasi.png" } @@ -69,6 +69,7 @@ module.exports = { mes.channel.send({ embed, files: ["https://util.deadfish.cz/morepocasi/v/49.4348358/12.8147250/pocasi.png"] }); break; + } case "verze": mes.channel.send(`${require("../package.json").version}\nčenžlog mas tady https://denim3001.deadfish.cz/morehovna`);