Skip to main content
Module

x/harmony/mod.ts>GatewayCache#set

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

Parameters

key: string
value: T

Returns

Promise<void>