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`);