missing rounding

This commit is contained in:
Miodec 2022-09-09 11:03:31 +02:00
parent baa6a6de37
commit 8dabb39d70

View file

@ -85,7 +85,7 @@ async function announceDailyLeaderboard(
rewards: [
{
type: "xp",
item: xpReward,
item: Math.round(xpReward),
},
],
});