Implements

Constructors

Properties

embedBase: EmbedData
timestampInline: boolean
timestampStyle: EmbedTimestampStyle
useSafeEmbeds?: boolean
useTimestamp: boolean

Methods

  • Parameters

    • embed: EmbedBuilder

    Returns EmbedBuilder

  • Parameters

    • embed:
          | null
          | {
              authorIconURL: null
              | string;
              authorName: null | string;
              authorURL: null | string;
              color: null | number;
              description: null | string;
              fields: {
                  EmbedId: null | number;
                  id: number;
                  inline: boolean;
                  name: string;
                  value: string;
              }[];
              footerIconURL: null
              | string;
              footerText: null | string;
              GuildId: string;
              id: number;
              imageURL: null | string;
              messageText: null | string;
              thumbnailURL: null | string;
              title: null | string;
              url: null | string;
          }
    • baseEmbed: EmbedBuilder = ...

    Returns EmbedBuilder

  • Parameters

    Returns APIEmbed | Omit<EmbedData, "color">

  • Parameters

    • Optionalcolor:
          | "info"
          | "error"
          | "success"
          | "warning"
          | "debug"
          | "primary"
          | "secondary"
          | "waiting"

    Returns number

  • Parameters

    • status:
          | "info"
          | "error"
          | "success"
          | "warning"
          | "debug"
          | "primary"
          | "secondary"
          | "waiting"
    • data: CreateEmbedData

    Returns EmbedBuilder