Skip to content

Commit 3dbe985

Browse files
authored
feat(APIRoleTags): add guild_connections (#675)
1 parent af06df6 commit 3dbe985

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

deno/payloads/v10/permissions.ts

+4
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,8 @@ export interface APIRoleTags {
8080
* Whether this role is available for purchase
8181
*/
8282
available_for_purchase?: null;
83+
/**
84+
* Whether this role is a guild's linked role
85+
*/
86+
guild_connections?: null;
8387
}

deno/payloads/v9/permissions.ts

+4
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,8 @@ export interface APIRoleTags {
8080
* Whether this role is available for purchase
8181
*/
8282
available_for_purchase?: null;
83+
/**
84+
* Whether this role is a guild's linked role
85+
*/
86+
guild_connections?: null;
8387
}

payloads/v10/permissions.ts

+4
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,8 @@ export interface APIRoleTags {
8080
* Whether this role is available for purchase
8181
*/
8282
available_for_purchase?: null;
83+
/**
84+
* Whether this role is a guild's linked role
85+
*/
86+
guild_connections?: null;
8387
}

payloads/v9/permissions.ts

+4
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,8 @@ export interface APIRoleTags {
8080
* Whether this role is available for purchase
8181
*/
8282
available_for_purchase?: null;
83+
/**
84+
* Whether this role is a guild's linked role
85+
*/
86+
guild_connections?: null;
8387
}

0 commit comments

Comments
 (0)