mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 14:58:26 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -8,13 +8,13 @@ export function buildPairingReply(params: {
|
||||
}): string {
|
||||
const { channel, idLine, code } = params;
|
||||
return [
|
||||
"Moltbot: access not configured.",
|
||||
"OpenClaw: access not configured.",
|
||||
"",
|
||||
idLine,
|
||||
"",
|
||||
`Pairing code: ${code}`,
|
||||
"",
|
||||
"Ask the bot owner to approve with:",
|
||||
formatCliCommand(`moltbot pairing approve ${channel} <code>`),
|
||||
formatCliCommand(`openclaw pairing approve ${channel} <code>`),
|
||||
].join("\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user