Skip to main content
Extremely Popular
Go to Latest
type alias BotWithCache
Re-export
import { type BotWithCache } from "https://deno.land/x/discordeno@13.0.0-rc45/template/minimal/deps.ts";

Type Parameters

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