mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 23:14:31 +00:00
feat: add plugin HTTP hooks + Zalo plugin
This commit is contained in:
6
extensions/zalo/src/shared/pairing.ts
Normal file
6
extensions/zalo/src/shared/pairing.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const PAIRING_APPROVED_MESSAGE =
|
||||
"\u2705 Clawdbot access approved. Send a message to start chatting.";
|
||||
|
||||
export function formatPairingApproveHint(channelId: string): string {
|
||||
return `Approve via: clawdbot pairing list ${channelId} / clawdbot pairing approve ${channelId} <code>`;
|
||||
}
|
||||
Reference in New Issue
Block a user