diff --git a/client/src/main/kotlin/org/dreamexposure/discal/client/interaction/RsvpDropdown.kt b/client/src/main/kotlin/org/dreamexposure/discal/client/interaction/RsvpDropdown.kt index 72b6129e..a2071868 100644 --- a/client/src/main/kotlin/org/dreamexposure/discal/client/interaction/RsvpDropdown.kt +++ b/client/src/main/kotlin/org/dreamexposure/discal/client/interaction/RsvpDropdown.kt @@ -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() }