Skip to main content
Module

x/harmony/mod.ts>BaseManager#_get

An easy to use Discord API Library for Deno.
Go to Latest
method BaseManager.prototype._get
Re-export
import { BaseManager } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Gets raw value from a cache (payload)

Parameters

key: string

Returns

Promise<T | undefined>