diff --git a/node.js b/node.js index 24970dc..291a2fb 100644 --- a/node.js +++ b/node.js @@ -129,13 +129,13 @@ function countdowns(plus) { .setColor("RANDOM"); - if (remainingMartin < 0) { - embed.addField("Martinov nenápadný odpočet: ", remainingMartin) - .addField("‎", "‎"); - } - if(remainingPeter < 0){ - embed.addField("Cyberpunk 2077: ", remainingPeter); - } + if(remainingPeter > 0){ + embed.spliceFields(8); + } + if (remainingMartin > 0) { + embed.spliceFields(6, 3); + } + left += plus;