openclaw/src/cli/send-runtime/discord.ts

7 lines
236 B
TypeScript

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