UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines 287 B
//#region src/channels/plugins/pairing-message.d.ts /** * Default approval message sent after channel pairing succeeds. */ declare const PAIRING_APPROVED_MESSAGE = "✅ OpenClaw access approved. Send a message to start chatting."; //#endregion export { PAIRING_APPROVED_MESSAGE as t };