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

4 lines
198 B
TypeScript

// Keep bundled channel entry imports narrow so bootstrap/discovery paths do
// not drag setup-only surfaces into lightweight channel plugin loads.
export { discordPlugin } from "./src/channel.js";