Skip to content

DiscordEmbedFooter

Extends

  • LitElement

Implements

Constructors

new DiscordEmbedFooter()

new DiscordEmbedFooter(): DiscordEmbedFooter

Returns

DiscordEmbedFooter

Inherited from

LitElement.constructor

Accessors

footerImage

The image to use next to the footer text.


footerImageAlt

The alt attribute to use for the DiscordEmbedFooter.footerImage


lightTheme

Implementation of

LightTheme.lightTheme


timestamp

The timestamp to use for the message date. When supplying a string, the format must be 01/31/2000.

Methods

updateTimestamp()

updateTimestamp(value?): void

Parameters

value?: DiscordTimestamp

Returns

void