Skip to content

Commit 6c2fa96

Browse files
Add relative timestamp to halftime announcement
1 parent fed7d5d commit 6c2fa96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/util/coding-jams/jamEvents.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ export async function halftimeEvent(channel: TextChannel, jamID: string) {
107107
.setDescription(
108108
`The ${proposal.title} jam is halfway over! Don't forget it ends ${discordTimestamp(
109109
jam.end
110-
)}! I hope you're having a great time and are making good progress. If you're stuck or need help, ask for it. There are always people willing to help. If you're done, make sure to share your work in ${
110+
)} (${discordRelativeTimestamp(
111+
jam.end
112+
)})! I hope you're having a great time and are making good progress. If you're stuck or need help, ask for it. There are always people willing to help. If you're done, make sure to share your work in ${
111113
jam.resultChannelID ? `<#${jam.resultChannelID}>` : "the results channel"
112114
}.`
113115
);

0 commit comments

Comments
 (0)