mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 19:44:30 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -276,8 +276,8 @@ export async function gatewayStatusCommand(
|
||||
runtime.log(colorize(rich, theme.heading, "Discovery (this machine)"));
|
||||
runtime.log(
|
||||
discovery.length > 0
|
||||
? `Found ${discovery.length} gateway(s) via Bonjour (local. + clawdbot.internal.)`
|
||||
: "Found 0 gateways via Bonjour (local. + clawdbot.internal.)",
|
||||
? `Found ${discovery.length} gateway(s) via Bonjour (local. + moltbot.internal.)`
|
||||
: "Found 0 gateways via Bonjour (local. + moltbot.internal.)",
|
||||
);
|
||||
if (discovery.length === 0) {
|
||||
runtime.log(
|
||||
|
||||
Reference in New Issue
Block a user