refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -73,7 +73,7 @@ const fetchAnthropicOAuthUsage = async (token: string) => {
|
||||
Accept: "application/json",
|
||||
"anthropic-version": "2023-06-01",
|
||||
"anthropic-beta": "oauth-2025-04-20",
|
||||
"User-Agent": "clawdbot-debug",
|
||||
"User-Agent": "moltbot-debug",
|
||||
},
|
||||
});
|
||||
const text = await res.text();
|
||||
|
||||
Reference in New Issue
Block a user