Missed case on when to always show rsvp dropdown

This commit is contained in:
NovaFox161
2025-07-24 00:32:57 -05:00
parent 54ca1214b7
commit 2203d8fc66

View File

@@ -87,7 +87,7 @@ class RsvpDropdown(
event.createFollowup(message)
.withEmbeds(embedService.rsvpListEmbed(calendarEvent, rsvp, settings))
.withComponents(*componentService.getEventRsvpComponents(calendarEvent, settings))
.withComponents(*componentService.getEventRsvpComponents(calendarEvent, settings, alwaysShow = true))
.withEphemeral(ephemeral)
.awaitSingle()
}