Update node.js

This commit is contained in:
ZyLacx 2020-11-30 11:08:54 +01:00
parent 1780963491
commit 502032a0e4

10
node.js
View file

@ -129,14 +129,14 @@ function countdowns(plus) {
.setColor("RANDOM"); .setColor("RANDOM");
if (remainingMartin < 0) { if(remainingPeter > 0){
embed.addField("Martinov nenápadný odpočet: ", remainingMartin) embed.spliceFields(8);
.addField("", "");
} }
if(remainingPeter < 0){ if (remainingMartin > 0) {
embed.addField("Cyberpunk 2077: ", remainingPeter); embed.spliceFields(6, 3);
} }
left += plus; left += plus;
if(first == true || plus == 0){ if(first == true || plus == 0){