Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
type alias BotWithCache
import { type BotWithCache } from "https://deno.land/x/discordeno@17.0.0/plugins/cache/src/addCacheCollections.ts";

Type Parameters

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