Extremely Popular
Go to Latest
type alias BotWithCache
import { type BotWithCache } from "https://dotland.deno.dev/x/discordeno@13.0.0-rc45/plugins/cache/src/addCacheCollections.ts";

Type Parameters

optional
B extends Bot = Bot
definition: Omit<B, "helpers"> & CacheProps & { helpers: BotHelpersWithCache<B["helpers"]>; }