UNPKG

dressed

Version:

A sleek, serverless-ready Discord bot framework.

8 lines (7 loc) 304 B
import type { RawFile } from "../types/file.ts"; export declare function callDiscord(endpoint: string, { params, files, flattenBodyInForm, ...options }: Omit<RequestInit, "body"> & { params?: unknown; body?: unknown; files?: RawFile[]; flattenBodyInForm?: boolean; }): Promise<Response>;