Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/plugins/permissions/deps.ts>BotWithCache

Discord API library for Node and Deno
Latest
type alias BotWithCache
Re-export
import { type BotWithCache } from "https://deno.land/x/discordeno_patched@18.0.3/plugins/permissions/deps.ts";

Type Parameters

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