UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

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