Skip to main content
Module

x/biscuit/mod.ts>Embed

A Discord library that is easy to use but reliable on its core 🥠
Latest
interface Embed
import { type Embed } from "https://deno.land/x/biscuit@0.2.4/mod.ts";

Properties

optional
title: string
optional
timestamp: string
optional
type: EmbedTypes
optional
url: string
optional
color: number
optional
description: string
optional
author: { name: string; iconURL?: string; proxyIconURL?: string; url?: string; }
optional
fields: Array<{ name: string; value: string; inline?: boolean; }>
optional
thumbnail: { url: string; proxyURL?: string; width?: number; height?: number; }
optional
video: { url?: string; proxyURL?: string; width?: number; height?: number; }
optional
image: { url: string; proxyURL?: string; width?: number; height?: number; }
optional
provider: { url?: string; name?: string; }