Interface EmbedsOptions

interface EmbedsOptions {
    brandingOptions?: EmbedData;
    colors: NumberColors<IColors>;
    emojis: IEmojis;
    includeTimestamp?: boolean;
    timestampInline?: boolean;
    timestampSmall?: boolean;
}

Implemented by

Properties

brandingOptions?: EmbedData
emojis: IEmojis
includeTimestamp?: boolean
timestampInline?: boolean
timestampSmall?: boolean