Skip to content

Commit

Permalink
types(Message): mark #thread as nullable (#6129)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet authored Jul 17, 2021
1 parent de38404 commit ef5ba05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ef5ba05

Please sign in to comment.