mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 05:24:32 +00:00
refactor: streamline telegram voice fallback
This commit is contained in:
@@ -17,6 +17,9 @@ vi.mock("grammy", () => ({
|
||||
public fileName?: string,
|
||||
) {}
|
||||
},
|
||||
GrammyError: class GrammyError extends Error {
|
||||
description = "";
|
||||
},
|
||||
}));
|
||||
|
||||
describe("deliverReplies", () => {
|
||||
|
||||
Reference in New Issue
Block a user