docs(APIGuild): any guild can have description (#384)

This commit is contained in:
Vitor
2022-03-29 18:36:16 +01:00
committed by GitHub
parent f173b18312
commit 16a996d77d
8 changed files with 12 additions and 12 deletions

View File

@@ -54,7 +54,7 @@ export interface APIPartialGuild extends Omit<APIUnavailableGuild, 'unavailable'
*/
banner?: string | null;
/**
* The description for the guild, if the guild is discoverable
* The description for the guild
*/
description?: string | null;
/**
@@ -267,7 +267,7 @@ export interface APIGuild extends APIPartialGuild {
*/
vanity_url_code: string | null;
/**
* The description for the guild, if the guild is discoverable
* The description for the guild
*/
description: string | null;
/**

View File

@@ -54,7 +54,7 @@ export interface APIPartialGuild extends Omit<APIUnavailableGuild, 'unavailable'
*/
banner?: string | null;
/**
* The description for the guild, if the guild is discoverable
* The description for the guild
*/
description?: string | null;
/**
@@ -267,7 +267,7 @@ export interface APIGuild extends APIPartialGuild {
*/
vanity_url_code: string | null;
/**
* The description for the guild, if the guild is discoverable
* The description for the guild
*/
description: string | null;
/**

View File

@@ -264,7 +264,7 @@ export type RESTPatchAPIGuildJSONBody = AddUndefinedToPossiblyUndefinedPropertie
*/
features?: GuildFeature[];
/**
* The description for the guild, if the guild is discoverable
* The description for the guild
*/
description?: string | null;
/**

View File

@@ -264,7 +264,7 @@ export type RESTPatchAPIGuildJSONBody = AddUndefinedToPossiblyUndefinedPropertie
*/
features?: GuildFeature[];
/**
* The description for the guild, if the guild is discoverable
* The description for the guild
*/
description?: string | null;
/**

View File

@@ -54,7 +54,7 @@ export interface APIPartialGuild extends Omit<APIUnavailableGuild, 'unavailable'
*/
banner?: string | null;
/**
* The description for the guild, if the guild is discoverable
* The description for the guild
*/
description?: string | null;
/**
@@ -267,7 +267,7 @@ export interface APIGuild extends APIPartialGuild {
*/
vanity_url_code: string | null;
/**
* The description for the guild, if the guild is discoverable
* The description for the guild
*/
description: string | null;
/**

View File

@@ -54,7 +54,7 @@ export interface APIPartialGuild extends Omit<APIUnavailableGuild, 'unavailable'
*/
banner?: string | null;
/**
* The description for the guild, if the guild is discoverable
* The description for the guild
*/
description?: string | null;
/**
@@ -267,7 +267,7 @@ export interface APIGuild extends APIPartialGuild {
*/
vanity_url_code: string | null;
/**
* The description for the guild, if the guild is discoverable
* The description for the guild
*/
description: string | null;
/**

View File

@@ -264,7 +264,7 @@ export type RESTPatchAPIGuildJSONBody = AddUndefinedToPossiblyUndefinedPropertie
*/
features?: GuildFeature[];
/**
* The description for the guild, if the guild is discoverable
* The description for the guild
*/
description?: string | null;
/**

View File

@@ -264,7 +264,7 @@ export type RESTPatchAPIGuildJSONBody = AddUndefinedToPossiblyUndefinedPropertie
*/
features?: GuildFeature[];
/**
* The description for the guild, if the guild is discoverable
* The description for the guild
*/
description?: string | null;
/**