mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
fix(User): type dmChannel as nullable (#4609)
This commit is contained in:
parent
ae716872b9
commit
f9f3661090
1 changed files with 1 additions and 1 deletions
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
|
|
@ -1477,7 +1477,7 @@ declare module 'discord.js' {
|
|||
public readonly createdTimestamp: number;
|
||||
public discriminator: string;
|
||||
public readonly defaultAvatarURL: string;
|
||||
public readonly dmChannel: DMChannel;
|
||||
public readonly dmChannel: DMChannel | null;
|
||||
public flags?: Readonly<UserFlags>;
|
||||
public id: Snowflake;
|
||||
public lastMessageID: Snowflake | null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue