type alias BotWithCacheimport { type BotWithCache } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/mod.ts"; Type ParametersoptionalB extends Bot = Botdefinition: Omit<B, "helpers"> & CacheProps & { helpers: BotHelpersWithCache<B["helpers"]>; }import BotWithCacheimport { BotWithCache } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/mod.ts";