mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-01-24 21:08:27 -06:00
Forgot to await lmao
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user