import { type BotWithCache } from "https://deno.land/x/discordeno@17.2.0/plugins/cache/mod.ts";
definition: Omit<B, "helpers"> & CacheProps & { helpers: BotHelpersWithCache<B["helpers"]>; }
import { type BotWithCache } from "https://deno.land/x/discordeno@17.2.0/plugins/cache/mod.ts";