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

Type Parameters

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