Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias BotWithCache
Re-export
import { type BotWithCache } from "https://deno.land/x/discordeno@18.0.1/template/minimal/deps.ts";

Type Parameters

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