Skip to content

GuildScheduledEventRecurrenceRuleOptions

typedef · Source

Options for setting a recurrence rule for a guild scheduled event. Type: Object

Properties

startAt

startAt: DateResolvable

The time the recurrence rule interval starts at

frequency

frequency: GuildScheduledEventRecurrenceRuleFrequency

How often the event occurs

interval

interval: number

The spacing between the events

byWeekday

nullable

byWeekday: Array<GuildScheduledEventRecurrenceRuleWeekday>

The days within a week to recur on

byNWeekday

nullable

byNWeekday: Array<GuildScheduledEventRecurrenceRuleNWeekday>

The days within a week to recur on

byMonth

nullable

byMonth: Array<GuildScheduledEventRecurrenceRuleMonth>

The months to recur on

byMonthDay

nullable

byMonthDay: Array<number>

The days within a month to recur on

Unofficial software. Not affiliated with or supported by Discord.