mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
typings: mark GuildMember#nickname as nullable (#3516)
This commit is contained in:
parent
e936f071c0
commit
3458693748
1 changed files with 1 additions and 1 deletions
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
|
|
@ -851,7 +851,7 @@ declare module 'discord.js' {
|
|||
public joinedTimestamp: number | null;
|
||||
public readonly kickable: boolean;
|
||||
public readonly manageable: boolean;
|
||||
public nickname: string;
|
||||
public nickname: string | null;
|
||||
public readonly partial: boolean;
|
||||
public readonly permissions: Readonly<Permissions>;
|
||||
public readonly premiumSince: Date | null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue