refactor: rename clawdbot to moltbot with legacy compat

This commit is contained in:
Peter Steinberger
2026-01-27 12:19:58 +00:00
parent 83460df96f
commit 6d16a658e5
1839 changed files with 11250 additions and 11199 deletions

View File

@@ -123,7 +123,7 @@ describe("telegram inbound media", () => {
horizontal_accuracy: 12,
},
},
me: { username: "clawdbot_bot" },
me: { username: "moltbot_bot" },
getFile: async () => ({ file_path: "unused" }),
});
@@ -166,7 +166,7 @@ describe("telegram inbound media", () => {
location: { latitude: 48.858844, longitude: 2.294351 },
},
},
me: { username: "clawdbot_bot" },
me: { username: "moltbot_bot" },
getFile: async () => ({ file_path: "unused" }),
});