Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/harmony/src/rest/mod.ts>RESTManager#patch

An easy to use Discord API Library for Deno.
Latest
method RESTManager.prototype.patch
Re-export
import { RESTManager } from "https://deno.land/x/harmony@v2.9.1/src/rest/mod.ts";

Makes a PATCH Request to API

Parameters

url: string
optional
body: unknown
optional
maxRetries = [UNSUPPORTED]
optional
bucket: string | null
optional
rawResponse: boolean
optional
options: RequestOptions

Returns

Promise<any>