Skip to main content
Module

x/harmony/mod.ts>MethodFunction

An easy to use Discord API Library for Deno.
Latest
type alias MethodFunction
import { type MethodFunction } from "https://deno.land/x/harmony@v2.9.0/mod.ts";
definition: (
body?: unknown,
maxRetries?: number,
bucket?: string | null,
rawResponse?: boolean,
options?: RequestOptions,
) => Promise<any>