function enableHelpersPluginimport { enableHelpersPlugin } from "https://deno.land/x/discordeno@17.0.1/plugins/helpers/mod.ts"; enableHelpersPlugin<B extends Bot = Bot>(rawBot: B): BotWithHelpersPlugin<B>Type ParametersoptionalB extends Bot = BotParametersrawBot: BReturnsBotWithHelpersPlugin<B>