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