Skip to main content
Module

x/wackford/discordeno.ts>CreateRequestBodyOptions

The wackiest Discord bot framework for Deno powered by Discordeno
Latest
interface CreateRequestBodyOptions
import { type CreateRequestBodyOptions } from "https://deno.land/x/wackford@v0.0.6/discordeno.ts";

Properties

optional
headers: Record<string, string>
optional
body: Record<string, unknown>
optional
unauthorized: boolean
optional
url: string