Update node.js

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

14
node.js
View file

@ -129,13 +129,13 @@ 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 (remainingMartin > 0) {
if(remainingPeter < 0){ embed.spliceFields(6, 3);
embed.addField("Cyberpunk 2077: ", remainingPeter); }
}
left += plus; left += plus;