File tree 4 files changed +16
-0
lines changed
4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -80,4 +80,8 @@ export interface APIRoleTags {
80
80
* Whether this role is available for purchase
81
81
*/
82
82
available_for_purchase ?: null ;
83
+ /**
84
+ * Whether this role is a guild's linked role
85
+ */
86
+ guild_connections ?: null ;
83
87
}
Original file line number Diff line number Diff line change @@ -80,4 +80,8 @@ export interface APIRoleTags {
80
80
* Whether this role is available for purchase
81
81
*/
82
82
available_for_purchase ?: null ;
83
+ /**
84
+ * Whether this role is a guild's linked role
85
+ */
86
+ guild_connections ?: null ;
83
87
}
Original file line number Diff line number Diff line change @@ -80,4 +80,8 @@ export interface APIRoleTags {
80
80
* Whether this role is available for purchase
81
81
*/
82
82
available_for_purchase ?: null ;
83
+ /**
84
+ * Whether this role is a guild's linked role
85
+ */
86
+ guild_connections ?: null ;
83
87
}
Original file line number Diff line number Diff line change @@ -80,4 +80,8 @@ export interface APIRoleTags {
80
80
* Whether this role is available for purchase
81
81
*/
82
82
available_for_purchase ?: null ;
83
+ /**
84
+ * Whether this role is a guild's linked role
85
+ */
86
+ guild_connections ?: null ;
83
87
}
You can’t perform that action at this time.
0 commit comments