mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-09 15:15:58 +08:00
updated message
This commit is contained in:
parent
93ab0c6116
commit
2a7b6a874c
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ async function announceDailyLeaderboard(
|
|||
},
|
||||
],
|
||||
getTemplate: (user) => ({
|
||||
subject: `${xpReward} XP for top placement in the daily leaderboard!`,
|
||||
body: `Congratulations ${user.name} on placing top ${entry.rank} in the ${language} ${mode} ${mode2} daily leaderboard! Claim your ${xpReward} xp!`,
|
||||
subject: `Top placement reward`,
|
||||
body: `Congratulations ${user.name} on placing in the top ${entry.rank} on the ${language} ${mode} ${mode2} daily leaderboard!`,
|
||||
}),
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue