Skip to content

Commit 4ed9890

Browse files
committed
add title
1 parent 47b7e51 commit 4ed9890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server/services/botService.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ function rsvpsToEmbed(
235235
(rsvp) => rsvp.status === "YES" || rsvp.status === "LATE",
236236
).length;
237237
const rsvpTitle = roleId
238-
? `${roleMention(roleId)} (${count})`
239-
: `No Role (${count})`;
238+
? `### ${roleMention(roleId)} (${count})`
239+
: `### No Role (${count})`;
240240

241241
const rsvpsContent = rsvps.map(rsvpToString(eventStart)).join("\n");
242242

0 commit comments

Comments
 (0)