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