chore: rename project to clawdbot

This commit is contained in:
Peter Steinberger
2026-01-04 14:32:47 +00:00
parent d48dc71fa4
commit 246adaa119
841 changed files with 4590 additions and 4328 deletions

View File

@@ -89,7 +89,7 @@ describe("telegram inbound media", () => {
photo: [{ file_id: "fid" }],
date: 1736380800, // 2025-01-09T00:00:00Z
},
me: { username: "clawdis_bot" },
me: { username: "clawdbot_bot" },
getFile: async () => ({ file_path: "photos/1.jpg" }),
});
@@ -145,7 +145,7 @@ describe("telegram inbound media", () => {
chat: { id: 1234, type: "private" },
photo: [{ file_id: "fid" }],
},
me: { username: "clawdis_bot" },
me: { username: "clawdbot_bot" },
getFile: async () => ({ file_path: "photos/2.jpg" }),
});
@@ -191,7 +191,7 @@ describe("telegram inbound media", () => {
chat: { id: 1234, type: "private" },
photo: [{ file_id: "fid" }],
},
me: { username: "clawdis_bot" },
me: { username: "clawdbot_bot" },
getFile: async () => ({}),
});