type alias BotWithCacheRe-exportimport { type BotWithCache } from "https://deno.land/x/discordeno@17.0.1/plugins/permissions/deps.ts"; Type ParametersoptionalB extends Bot = Botdefinition: Omit<B, "helpers"> & CacheProps & { helpers: BotHelpersWithCache<B["helpers"]>; }