openclaw/extensions/qqbot/setup-entry.ts

7 lines
244 B
TypeScript

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