Files
openclaw/extensions/qqbot/setup-entry.ts
2026-04-05 14:20:31 +01:00

7 lines
252 B
TypeScript

import { defineSetupPluginEntry } from "openclaw/plugin-sdk/channel-core";
import { qqbotSetupPlugin } from "./src/channel.setup.js";
export { qqbotSetupPlugin } from "./src/channel.setup.js";
export default defineSetupPluginEntry(qqbotSetupPlugin);