feat: MessageEmbed#length (#3003)

* add MessageEmbed#length

* update typings (+MessageEmbed#length)

* eslint: L181 (max line length), L183 (missing semi)

* eslint: L181 (trailing space)
This commit is contained in:
Rattmann (fallen)
2019-02-02 19:29:10 +00:00
committed by Crawl
parent db3ae0159b
commit 1db78994dd
2 changed files with 15 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -729,6 +729,7 @@ declare module 'discord.js' {
public footer: { text?: string; iconURL?: string; proxyIconURL?: string };
public readonly hexColor: string;
public image: { url: string; proxyURL?: string; height?: number; width?: number; };
public readonly length: number;
public provider: { name: string; url: string; };
public thumbnail: { url: string; proxyURL?: string; height?: number; width?: number; };
public timestamp: number;