mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 23:21:04 +00:00
types(GuildPreview): Make description nullable (#4854)
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
This commit is contained in:
parent
b9ad51049e
commit
0b59141054
1 changed files with 1 additions and 1 deletions
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
|
|
@ -887,7 +887,7 @@ declare module 'discord.js' {
|
|||
constructor(client: Client, data: object);
|
||||
public approximateMemberCount: number;
|
||||
public approximatePresenceCount: number;
|
||||
public description?: string;
|
||||
public description: string | null;
|
||||
public discoverySplash: string | null;
|
||||
public emojis: Collection<Snowflake, GuildPreviewEmoji>;
|
||||
public features: GuildFeatures[];
|
||||
|
|
|
|||
Loading…
Reference in a new issue