types(Message): mark #thread as nullable (#6129)

This commit is contained in:
Antonio Román
2021-07-17 13:25:05 +02:00
committed by GitHub
parent de384047b3
commit ef5ba05996

2
typings/index.d.ts vendored
View File

@@ -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;