From 0d68ca8eb9abdb517acee562fe01374416d225ed Mon Sep 17 00:00:00 2001 From: GoldElysium Date: Wed, 21 Apr 2021 02:44:19 +0200 Subject: [PATCH] fix: typings for 'Message' (#5518) --- typings/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index c88c09dbfa1a..bf01b3a4c3dc 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -996,6 +996,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;