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

7 lines
236 B
TypeScript

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