mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
feat(RichEmbed): add length getter (#3057)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -1015,6 +1015,7 @@ declare module 'discord.js' {
|
||||
public files?: Array<Attachment | string | FileOptions>;
|
||||
public footer?: { text?: string; icon_url?: string; };
|
||||
public image?: { url: string; proxy_url?: string; height?: number; width?: number; };
|
||||
public readonly length: number;
|
||||
public thumbnail?: { url: string; height?: number; width?: number; };
|
||||
public timestamp?: Date;
|
||||
public title?: string;
|
||||
|
||||
Reference in New Issue
Block a user