update #1 log embed
All checks were successful
Deploy Backend / deploy (push) Successful in 4m9s

This commit is contained in:
Lee 2024-10-18 10:33:11 +01:00
parent 8713ee3e02
commit 60ac8d17c5

@ -70,12 +70,12 @@ export class ScoreService {
}, },
{ {
name: "PP", name: "PP",
value: formatPp(score.pp), value: `${formatPp(score.pp)}pp`,
inline: true, inline: true,
}, },
{ {
name: "Player Rank", name: "Player Rank",
value: formatNumberWithCommas(player.rank), value: `#${formatNumberWithCommas(player.rank)}`,
inline: true, inline: true,
}, },
{ {