mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-22 06:06:34 +00:00
5 lines
184 B
TypeScript
5 lines
184 B
TypeScript
import { defineSetupPluginEntry } from "openclaw/plugin-sdk/core";
|
|
import { slackSetupPlugin } from "./src/channel.setup.js";
|
|
|
|
export default defineSetupPluginEntry(slackSetupPlugin);
|