Fixing "bad" code
This commit is contained in:
parent
6a74b1413c
commit
6901712910
@ -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`);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user