Skip to main content
Module

x/discordeno/plugins/cache/mod.ts>BotWithCache

Discord API library for Deno
Latest
type alias BotWithCache
Re-export
import { type BotWithCache } from "https://deno.land/x/discordeno@18.0.1/plugins/cache/mod.ts";

Type Parameters

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