function enableCachePluginimport { enableCachePlugin } from "https://deno.land/x/discordeno@18.0.1/template/beginner/deps.ts"; enableCachePlugin<B extends Bot = Bot>(rawBot: B): BotWithCache<B>Type ParametersoptionalB extends Bot = BotParametersrawBot: BReturnsBotWithCache<B>