mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
types(Embed): add forgotten footer type (#7665)
This commit is contained in:
1
packages/discord.js/typings/index.d.ts
vendored
1
packages/discord.js/typings/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user