Update node.js
This commit is contained in:
parent
1780963491
commit
502032a0e4
1 changed files with 7 additions and 7 deletions
10
node.js
10
node.js
|
@ -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){
|
||||||
|
|
Loading…
Reference in a new issue