feat(APIRoleTags): add guild_connections (#675)

This commit is contained in:
Almeida
2023-01-10 21:16:13 +00:00
committed by GitHub
parent af06df6cae
commit 3dbe985b6e
4 changed files with 16 additions and 0 deletions

View File

@@ -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;
}

View File

@@ -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;
}

View File

@@ -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;
}

View File

@@ -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;
}