mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +00:00
typings: mark GuildMember#nickname as nullable (#3517)
This commit is contained in:
parent
2a78b00454
commit
94ce19dd1a
1 changed files with 1 additions and 1 deletions
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
|
|
@ -666,7 +666,7 @@ declare module 'discord.js' {
|
||||||
public readonly kickable: boolean;
|
public readonly kickable: boolean;
|
||||||
public lastMessageID: string;
|
public lastMessageID: string;
|
||||||
public readonly mute: boolean;
|
public readonly mute: boolean;
|
||||||
public nickname: string;
|
public nickname: string | null;
|
||||||
public readonly manageable: boolean;
|
public readonly manageable: boolean;
|
||||||
public readonly permissions: Permissions;
|
public readonly permissions: Permissions;
|
||||||
public readonly premiumSince: Date | null;
|
public readonly premiumSince: Date | null;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue