Skip to main content
Module

x/harmony/mod.ts>RequestPromise

An easy to use Discord API Library for Deno.
Go to Latest
interface RequestPromise
import { type RequestPromise } from "https://deno.land/x/harmony@v2.7.0/mod.ts";

Properties

resolve: CallableFunction
promise: Promise<unknown>