mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
fix: typings for 'Message' (#5518)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user