Files
openclaw/src/auto-reply/reply/groups.runtime.ts
2026-06-04 02:13:57 -04:00

6 lines
278 B
TypeScript

/** Runtime facade for group channel plugin lookup helpers. */
import { getChannelPlugin, normalizeChannelId } from "../../channels/plugins/index.js";
/** Runtime facade for channel plugin lookup used by group reply helpers. */
export { getChannelPlugin, normalizeChannelId };