Skip to main content
Module

x/harmony/mod.ts>BaseManager#set

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

Sets a value to Cache

Parameters

key: string
value: T

Returns

Promise<void>