Skip to content

Commit

Permalink
Missing space in ended thanks message
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Dec 15, 2023
1 parent 8e65b4b commit 922d31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const thanks = (end: Date, year: number) => {
if (now >= end) {
return (
"<:Jammy_LOVE:1047503543935967273> Thank you for supporting some wonderful causes!" +
`We look forward to seeing you again for Jingle Jam ${year + 1}.`
` We look forward to seeing you again for Jingle Jam ${year + 1}.`
);
}

Expand Down

0 comments on commit 922d31d

Please sign in to comment.