fix: typings for 'Message' (#5518)

This commit is contained in:
GoldElysium
2021-04-21 02:44:19 +02:00
committed by GitHub
parent cb50241e6f
commit 0d68ca8eb9

1
typings/index.d.ts vendored
View File

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