Skip to content

Commit da00765

Browse files
authored
Update daily-standup.js output to avoid auto-discord formatting
1 parent 5b7987e commit da00765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/daily-standup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const getLeaderboard = (rerank, brain) => {
166166
} else {
167167
movement = '🔽'
168168
}
169-
output += `${rank}. ${movement} ${getUserName(user, brain)} -- ${
169+
output += `**${rank}**. ${movement} ${getUserName(user, brain)} -- ${
170170
user.currentCount
171171
}\n`
172172
if (rerank) {

0 commit comments

Comments
 (0)