diff --git a/typings/index.d.ts b/typings/index.d.ts index b61687fd3..7ab393005 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -950,7 +950,7 @@ export class Message extends Base { public reactions: ReactionManager; public stickers: Collection; public system: boolean; - public thread: ThreadChannel; + public thread: ThreadChannel | null; public tts: boolean; public type: MessageType; public readonly url: string;