Files
openclaw/src/cli/send-runtime/slack.ts
2026-04-03 19:09:20 +01:00

7 lines
232 B
TypeScript

import { createChannelOutboundRuntimeSend } from "./channel-outbound-send.js";
export const runtimeSend = createChannelOutboundRuntimeSend({
channelId: "slack",
unavailableMessage: "Slack outbound adapter is unavailable.",
});