Files
openclaw/extensions/discord/setup-plugin-api.ts
2026-04-07 17:36:41 +01:00

4 lines
178 B
TypeScript

// Keep bundled setup entry imports narrow so setup loads do not pull the
// broader Discord channel plugin surface.
export { discordSetupPlugin } from "./src/channel.setup.js";