Module

x/discordeno/plugins/mod.ts>BotWithCache

Discord API library for Deno
Latest
type alias BotWithCache
import { type BotWithCache } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/mod.ts";

Type Parameters

optional
B extends Bot = Bot
definition: Omit<B, "helpers"> & CacheProps & { helpers: BotHelpersWithCache<B["helpers"]>; }
import BotWithCache
import { BotWithCache } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/mod.ts";