We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b7e51 commit 4ed9890Copy full SHA for 4ed9890
src/server/services/botService.ts
@@ -235,8 +235,8 @@ function rsvpsToEmbed(
235
(rsvp) => rsvp.status === "YES" || rsvp.status === "LATE",
236
).length;
237
const rsvpTitle = roleId
238
- ? `${roleMention(roleId)} (${count})`
239
- : `No Role (${count})`;
+ ? `### ${roleMention(roleId)} (${count})`
+ : `### No Role (${count})`;
240
241
const rsvpsContent = rsvps.map(rsvpToString(eventStart)).join("\n");
242
0 commit comments