From 631f95a39569afbcd00f0314929ab765c0df0e44 Mon Sep 17 00:00:00 2001 From: GoldElysium Date: Sat, 10 Apr 2021 15:20:44 +0200 Subject: [PATCH] fix: typings for 'Message' --- typings/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index ea41f7e95631..f344f77d2366 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -976,6 +976,7 @@ declare module 'discord.js' { public content: string; public readonly createdAt: Date; public createdTimestamp: number; + public readonly crosspostable: boolean; public readonly deletable: boolean; public deleted: boolean; public readonly editable: boolean;