Fixing "bad" code

This commit is contained in:
Histmy 2021-07-28 19:28:14 +02:00
parent 6a74b1413c
commit 6901712910

View File

@ -61,7 +61,7 @@ module.exports = {
} }
case "počasí": case "počasí":
case "pocasi": case "pocasi": {
const embed = { const embed = {
title: "Počasí", title: "Počasí",
image: { url: "attachment://pocasi.png" } 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"] }); mes.channel.send({ embed, files: ["https://util.deadfish.cz/morepocasi/v/49.4348358/12.8147250/pocasi.png"] });
break; break;
}
case "verze": case "verze":
mes.channel.send(`${require("../package.json").version}\nčenžlog mas tady https://denim3001.deadfish.cz/morehovna`); mes.channel.send(`${require("../package.json").version}\nčenžlog mas tady https://denim3001.deadfish.cz/morehovna`);