Forgot to await lmao

This commit is contained in:
NovaFox161
2026-01-21 00:59:27 -06:00
parent e306aeb83d
commit e66f8b3551

View File

@@ -609,6 +609,7 @@ class EventCommand(
.withCustomId("event-wizard.recurrence.day-of-week")
.withTitle(getCommonMsg("modal.event-recurrence.day-of-week.title", settings.locale))
.withComponents(*componentService.getEventRecurrenceWeeklyModalComponents(settings, modifiedWizard.entity))
.awaitSingleOrNull()
}
EventRecurrence.Frequency.MONTHLY -> {
TODO("Not yet implemented")