File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export interface APIGuildScheduledEventRecurrenceRule {
102
102
/**
103
103
* List of specific days within a specific week (1-5) to recur on
104
104
*/
105
- by_n_weekday : GuildScheduledEventRecurrenceRuleNWeekdayStructure [ ] | null ;
105
+ by_n_weekday : GuildScheduledEventRecurrenceRuleNWeekday [ ] | null ;
106
106
/**
107
107
* Set of specific months to recur on
108
108
*/
@@ -165,7 +165,7 @@ export enum GuildScheduledEventRecurrenceRuleMonth {
165
165
/**
166
166
* https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-recurrence-rule-object-guild-scheduled-event-recurrence-rule-nweekday-structure
167
167
*/
168
- export interface GuildScheduledEventRecurrenceRuleNWeekdayStructure {
168
+ export interface GuildScheduledEventRecurrenceRuleNWeekday {
169
169
/**
170
170
* The week to reoccur on.
171
171
*/
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export interface APIGuildScheduledEventRecurrenceRule {
102
102
/**
103
103
* List of specific days within a specific week (1-5) to recur on
104
104
*/
105
- by_n_weekday : GuildScheduledEventRecurrenceRuleNWeekdayStructure [ ] | null ;
105
+ by_n_weekday : GuildScheduledEventRecurrenceRuleNWeekday [ ] | null ;
106
106
/**
107
107
* Set of specific months to recur on
108
108
*/
@@ -165,7 +165,7 @@ export enum GuildScheduledEventRecurrenceRuleMonth {
165
165
/**
166
166
* https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-recurrence-rule-object-guild-scheduled-event-recurrence-rule-nweekday-structure
167
167
*/
168
- export interface GuildScheduledEventRecurrenceRuleNWeekdayStructure {
168
+ export interface GuildScheduledEventRecurrenceRuleNWeekday {
169
169
/**
170
170
* The week to reoccur on.
171
171
*/
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export interface APIGuildScheduledEventRecurrenceRule {
102
102
/**
103
103
* List of specific days within a specific week (1-5) to recur on
104
104
*/
105
- by_n_weekday : GuildScheduledEventRecurrenceRuleNWeekdayStructure [ ] | null ;
105
+ by_n_weekday : GuildScheduledEventRecurrenceRuleNWeekday [ ] | null ;
106
106
/**
107
107
* Set of specific months to recur on
108
108
*/
@@ -165,7 +165,7 @@ export enum GuildScheduledEventRecurrenceRuleMonth {
165
165
/**
166
166
* https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-recurrence-rule-object-guild-scheduled-event-recurrence-rule-nweekday-structure
167
167
*/
168
- export interface GuildScheduledEventRecurrenceRuleNWeekdayStructure {
168
+ export interface GuildScheduledEventRecurrenceRuleNWeekday {
169
169
/**
170
170
* The week to reoccur on.
171
171
*/
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export interface APIGuildScheduledEventRecurrenceRule {
102
102
/**
103
103
* List of specific days within a specific week (1-5) to recur on
104
104
*/
105
- by_n_weekday : GuildScheduledEventRecurrenceRuleNWeekdayStructure [ ] | null ;
105
+ by_n_weekday : GuildScheduledEventRecurrenceRuleNWeekday [ ] | null ;
106
106
/**
107
107
* Set of specific months to recur on
108
108
*/
@@ -165,7 +165,7 @@ export enum GuildScheduledEventRecurrenceRuleMonth {
165
165
/**
166
166
* https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-recurrence-rule-object-guild-scheduled-event-recurrence-rule-nweekday-structure
167
167
*/
168
- export interface GuildScheduledEventRecurrenceRuleNWeekdayStructure {
168
+ export interface GuildScheduledEventRecurrenceRuleNWeekday {
169
169
/**
170
170
* The week to reoccur on.
171
171
*/
You can’t perform that action at this time.
0 commit comments