Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/higa/deno/client/managers/CacheManager.ts>CacheManager

A package to interract with the Discord API coded by myself
Latest
class CacheManager
import { CacheManager } from "https://deno.land/x/higa@0.1.2/deno/client/managers/CacheManager.ts";

Properties

channels: Map<string, Channel>
guilds: Map<string, Guild>
roles: Map<string, Role>
users: Map<string, User>