Skip to content

Commit

Permalink
Update dailies.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Sep 30, 2023
1 parent dd76295 commit d2171a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions api/dailies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export function makeDailyWebhookEmbeds(
{
name:
"Submit your solution by typing `/lc submit YOUR_SUBMISSION_URL` below!",
value: "[More info](https://acmcsuf.com/lc-dailies-handbook)",
value: "[See more…](https://acmcsuf.com/lc-dailies-handbook)",
},
],
};
Expand Down Expand Up @@ -173,8 +173,7 @@ export function formatScores(season: leaderboard.Season): string {
return `${formattedScore} ${player.lc_username} (${formattedRank})`;
}),
"```",
]
.join("\n");
].join("\n");
}

/**
Expand Down

0 comments on commit d2171a4

Please sign in to comment.