Skip to content

Commit

Permalink
fix: typings for 'Message' (#5518)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldElysium committed Apr 21, 2021
1 parent cb50241 commit 0d68ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Expand Up @@ -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;
Expand Down

0 comments on commit 0d68ca8

Please sign in to comment.