interface CachePropsimport { type CacheProps } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/mod.ts"; Propertiesguilds: 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>