Skip to content

Commit

Permalink
feat(APIRoleTags): add guild_connections (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Jan 10, 2023
1 parent af06df6 commit 3dbe985
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deno/payloads/v10/permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,8 @@ export interface APIRoleTags {
* Whether this role is available for purchase
*/
available_for_purchase?: null;
/**
* Whether this role is a guild's linked role
*/
guild_connections?: null;
}
4 changes: 4 additions & 0 deletions deno/payloads/v9/permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,8 @@ export interface APIRoleTags {
* Whether this role is available for purchase
*/
available_for_purchase?: null;
/**
* Whether this role is a guild's linked role
*/
guild_connections?: null;
}
4 changes: 4 additions & 0 deletions payloads/v10/permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,8 @@ export interface APIRoleTags {
* Whether this role is available for purchase
*/
available_for_purchase?: null;
/**
* Whether this role is a guild's linked role
*/
guild_connections?: null;
}
4 changes: 4 additions & 0 deletions payloads/v9/permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,8 @@ export interface APIRoleTags {
* Whether this role is available for purchase
*/
available_for_purchase?: null;
/**
* Whether this role is a guild's linked role
*/
guild_connections?: null;
}

1 comment on commit 3dbe985

@vercel
Copy link

@vercel vercel bot commented on 3dbe985 Jan 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.