update #1 log embed
All checks were successful
Deploy Backend / deploy (push) Successful in 4m9s
All checks were successful
Deploy Backend / deploy (push) Successful in 4m9s
This commit is contained in:
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,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user