Skip to main content
Module

x/higa/mod.ts>CacheManager

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

Properties

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