fix #1 log
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 40s
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 40s
This commit is contained in:
parent
a773488e9b
commit
ac6aaee208
@ -68,7 +68,7 @@ export class ScoreService {
|
|||||||
.setDescription(
|
.setDescription(
|
||||||
[
|
[
|
||||||
`${leaderboard.songName} ${leaderboard.songSubName} (${leaderboard.difficulty.difficulty} ${leaderboard.stars.toFixed(2)}★)`,
|
`${leaderboard.songName} ${leaderboard.songSubName} (${leaderboard.difficulty.difficulty} ${leaderboard.stars.toFixed(2)}★)`,
|
||||||
`([Player])(${Config.websiteUrl}/player/${player.id}) ([Leaderboard])(${Config.websiteUrl}/leaderboard/${leaderboard.id})`,
|
`[[Player]](${Config.websiteUrl}/player/${player.id}) [[Leaderboard]](${Config.websiteUrl}/leaderboard/${leaderboard.id})`,
|
||||||
].join("\n")
|
].join("\n")
|
||||||
)
|
)
|
||||||
.addFields([
|
.addFields([
|
||||||
|
Reference in New Issue
Block a user