Files
openclaw/extensions/discord/config-api.ts
2026-06-04 22:06:01 -04:00

6 lines
178 B
TypeScript

// Discord API module exposes the plugin public contract.
export {
buildChannelConfigSchema,
DiscordConfigSchema,
} from "openclaw/plugin-sdk/bundled-channel-config-schema";