mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
types(Message): mark #thread as nullable (#6129)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -950,7 +950,7 @@ export class Message extends Base {
|
||||
public reactions: ReactionManager;
|
||||
public stickers: Collection<Snowflake, Sticker>;
|
||||
public system: boolean;
|
||||
public thread: ThreadChannel;
|
||||
public thread: ThreadChannel | null;
|
||||
public tts: boolean;
|
||||
public type: MessageType;
|
||||
public readonly url: string;
|
||||
|
||||
Reference in New Issue
Block a user