mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-01-06 03:49:49 -06:00
Missed case on when to always show rsvp dropdown
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user