Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface CacheProps
import { type CacheProps } from "https://deno.land/x/discordeno@18.0.1/template/beginner/deps.ts";

Properties

guilds: Collection<bigint, Guild>
users: Collection<bigint, User>
members: Collection<bigint, Member>
channels: Collection<bigint, Channel>
messages: Collection<bigint, Message>
presences: Collection<bigint, PresenceUpdate>
dispatchedGuildIds: Set<bigint>
dispatchedChannelIds: Set<bigint>