We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e65b4b commit 922d31dCopy full SHA for 922d31d
src/util/messages.ts
@@ -41,7 +41,7 @@ export const thanks = (end: Date, year: number) => {
41
if (now >= end) {
42
return (
43
"<:Jammy_LOVE:1047503543935967273> Thank you for supporting some wonderful causes!" +
44
- `We look forward to seeing you again for Jingle Jam ${year + 1}.`
+ ` We look forward to seeing you again for Jingle Jam ${year + 1}.`
45
);
46
}
47
0 commit comments