types(Embed): add forgotten footer type (#7665)

This commit is contained in:
Synbulat Biishev
2022-03-16 01:30:22 +05:00
committed by GitHub
parent f4729759f6
commit 8fb98165a9

View File

@@ -613,6 +613,7 @@ export class Embed {
private constructor(data: APIEmbed);
public readonly data: Readonly<APIEmbed>;
public get fields(): APIEmbedField[] | null;
public get footer(): EmbedFooterData | null;
public get title(): string | null;
public get description(): string | null;
public get url(): string | null;