• Creates a simple embed that displays only displays text

    If the message is too long to fit into the title, it will be pushed to the start of the description

    Returns

    A message object that only contain the embed

    Parameters

    • message: string

      The message to display, will be in the title of the embed

    • color: EmbedColor = EmbedColor.Neutral

      The color of the sidebar of the embed

    • description: string = ''

      The description of the embed

    Returns Pick<BaseMessageOptions, "embeds">

Generated using TypeDoc