diff --git a/node/server.js b/node/server.js index 665fca13..5f8f9c2c 100644 --- a/node/server.js +++ b/node/server.js @@ -13202,7 +13202,11 @@ setInterval(function () { to: winner.name, subject: "You've won a giveaway!", message: - "Congratulations, you won " + player.name + "'s giveaway. Participants were: " + list.map(e=>e.name).join(", "), + "Congratulations, you won " + + player.name + + "'s giveaway. Participants were: " + + list.map((e) => e.name).join(", "), + rid: randomStr(50), rid: randomStr(50), retries: 5, item: mitem,