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 a value from Cache

Parameters

key: string

Returns

Promise<T2 | undefined>