Skip to main content
Module

x/wackford/discordeno.ts>runMethod

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function runMethod
Re-export
import { runMethod } from "https://deno.land/x/wackford@v0.0.3/discordeno.ts";

Type Parameters

optional
T = any

Parameters

route: string
optional
body: any
optional
options: { retryCount?: number; bucketId?: string; headers?: Record<string, string>; }

Returns

Promise<T>