File tree 4 files changed +16
-16
lines changed 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ export interface APIApplicationCommandInteractionData {
114
114
name : string ;
115
115
options ?: APIApplicationCommandInteractionDataOption [ ] ;
116
116
resolved ?: {
117
- users ?: Record < Snowflake , APIUser > ;
118
- roles ?: Record < Snowflake , APIRole > ;
119
- members ?: Record < Snowflake , APIInteractionDataResolvedGuildMember > ;
120
- channels ?: Record < Snowflake , APIInteractionDataResolvedChannel > ;
117
+ users ?: Record < string , APIUser > ;
118
+ roles ?: Record < string , APIRole > ;
119
+ members ?: Record < string , APIInteractionDataResolvedGuildMember > ;
120
+ channels ?: Record < string , APIInteractionDataResolvedChannel > ;
121
121
} ;
122
122
}
123
123
Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ export interface APIApplicationCommandInteractionData {
114
114
name : string ;
115
115
options ?: APIApplicationCommandInteractionDataOption [ ] ;
116
116
resolved ?: {
117
- users ?: Record < Snowflake , APIUser > ;
118
- roles ?: Record < Snowflake , APIRole > ;
119
- members ?: Record < Snowflake , APIInteractionDataResolvedGuildMember > ;
120
- channels ?: Record < Snowflake , APIInteractionDataResolvedChannel > ;
117
+ users ?: Record < string , APIUser > ;
118
+ roles ?: Record < string , APIRole > ;
119
+ members ?: Record < string , APIInteractionDataResolvedGuildMember > ;
120
+ channels ?: Record < string , APIInteractionDataResolvedChannel > ;
121
121
} ;
122
122
}
123
123
Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ export interface APIApplicationCommandInteractionData {
114
114
name : string ;
115
115
options ?: APIApplicationCommandInteractionDataOption [ ] ;
116
116
resolved ?: {
117
- users ?: Record < Snowflake , APIUser > ;
118
- roles ?: Record < Snowflake , APIRole > ;
119
- members ?: Record < Snowflake , APIInteractionDataResolvedGuildMember > ;
120
- channels ?: Record < Snowflake , APIInteractionDataResolvedChannel > ;
117
+ users ?: Record < string , APIUser > ;
118
+ roles ?: Record < string , APIRole > ;
119
+ members ?: Record < string , APIInteractionDataResolvedGuildMember > ;
120
+ channels ?: Record < string , APIInteractionDataResolvedChannel > ;
121
121
} ;
122
122
}
123
123
Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ export interface APIApplicationCommandInteractionData {
114
114
name : string ;
115
115
options ?: APIApplicationCommandInteractionDataOption [ ] ;
116
116
resolved ?: {
117
- users ?: Record < Snowflake , APIUser > ;
118
- roles ?: Record < Snowflake , APIRole > ;
119
- members ?: Record < Snowflake , APIInteractionDataResolvedGuildMember > ;
120
- channels ?: Record < Snowflake , APIInteractionDataResolvedChannel > ;
117
+ users ?: Record < string , APIUser > ;
118
+ roles ?: Record < string , APIRole > ;
119
+ members ?: Record < string , APIInteractionDataResolvedGuildMember > ;
120
+ channels ?: Record < string , APIInteractionDataResolvedChannel > ;
121
121
} ;
122
122
}
123
123
You can’t perform that action at this time.
0 commit comments