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 @@ -118,10 +118,10 @@ export interface APIApplicationCommandInteractionData {
118
118
name : string ;
119
119
options ?: APIApplicationCommandInteractionDataOption [ ] ;
120
120
resolved ?: {
121
- users ?: Record < string , APIUser > ;
122
- roles ?: Record < string , APIRole > ;
123
- members ?: Record < string , APIInteractionDataResolvedGuildMember > ;
124
- channels ?: Record < string , APIInteractionDataResolvedChannel > ;
121
+ users ?: Record < Snowflake , APIUser > ;
122
+ roles ?: Record < Snowflake , APIRole > ;
123
+ members ?: Record < Snowflake , APIInteractionDataResolvedGuildMember > ;
124
+ channels ?: Record < Snowflake , APIInteractionDataResolvedChannel > ;
125
125
} ;
126
126
}
127
127
Original file line number Diff line number Diff line change @@ -118,10 +118,10 @@ export interface APIApplicationCommandInteractionData {
118
118
name : string ;
119
119
options ?: APIApplicationCommandInteractionDataOption [ ] ;
120
120
resolved ?: {
121
- users ?: Record < string , APIUser > ;
122
- roles ?: Record < string , APIRole > ;
123
- members ?: Record < string , APIInteractionDataResolvedGuildMember > ;
124
- channels ?: Record < string , APIInteractionDataResolvedChannel > ;
121
+ users ?: Record < Snowflake , APIUser > ;
122
+ roles ?: Record < Snowflake , APIRole > ;
123
+ members ?: Record < Snowflake , APIInteractionDataResolvedGuildMember > ;
124
+ channels ?: Record < Snowflake , APIInteractionDataResolvedChannel > ;
125
125
} ;
126
126
}
127
127
Original file line number Diff line number Diff line change @@ -118,10 +118,10 @@ export interface APIApplicationCommandInteractionData {
118
118
name : string ;
119
119
options ?: APIApplicationCommandInteractionDataOption [ ] ;
120
120
resolved ?: {
121
- users ?: Record < string , APIUser > ;
122
- roles ?: Record < string , APIRole > ;
123
- members ?: Record < string , APIInteractionDataResolvedGuildMember > ;
124
- channels ?: Record < string , APIInteractionDataResolvedChannel > ;
121
+ users ?: Record < Snowflake , APIUser > ;
122
+ roles ?: Record < Snowflake , APIRole > ;
123
+ members ?: Record < Snowflake , APIInteractionDataResolvedGuildMember > ;
124
+ channels ?: Record < Snowflake , APIInteractionDataResolvedChannel > ;
125
125
} ;
126
126
}
127
127
Original file line number Diff line number Diff line change @@ -118,10 +118,10 @@ export interface APIApplicationCommandInteractionData {
118
118
name : string ;
119
119
options ?: APIApplicationCommandInteractionDataOption [ ] ;
120
120
resolved ?: {
121
- users ?: Record < string , APIUser > ;
122
- roles ?: Record < string , APIRole > ;
123
- members ?: Record < string , APIInteractionDataResolvedGuildMember > ;
124
- channels ?: Record < string , APIInteractionDataResolvedChannel > ;
121
+ users ?: Record < Snowflake , APIUser > ;
122
+ roles ?: Record < Snowflake , APIRole > ;
123
+ members ?: Record < Snowflake , APIInteractionDataResolvedGuildMember > ;
124
+ channels ?: Record < Snowflake , APIInteractionDataResolvedChannel > ;
125
125
} ;
126
126
}
127
127
You can’t perform that action at this time.
0 commit comments