export interface GuildScheduledEventRecurrenceRuleOptions
Options for setting a recurrence rule for a guild scheduled event.
readonly GuildScheduledEventRecurrenceRuleMonth[] byMonth :
The months to recur on
readonly number[] byMonthDay :
The days within a month to recur on
readonly GuildScheduledEventRecurrenceRuleNWeekday[] byNWeekday :
The days within a week to recur on
readonly GuildScheduledEventRecurrenceRuleWeekday[] byWeekday :
The days within a week to recur on
readonly number[] byYearDay :
The days within a year to recur on
number count :
The total amount of times the event is allowed to recur before stopping
DateResolvable endAt :
The time the recurrence rule interval ends at
GuildScheduledEventRecurrenceRuleFrequency frequency :
How often the event occurs
number interval :
The spacing between the events
DateResolvable startAt :
The time the recurrence rule interval starts at