feat: extend Telegram dock commands and config hashing (#929)

Thanks @grp06.

Co-authored-by: George Pickett <gpickett00@gmail.com>
This commit is contained in:
Peter Steinberger
2026-01-15 05:25:35 +00:00
parent a2f0d335f4
commit 54fb59b8f3
9 changed files with 49 additions and 18 deletions

View File

@@ -113,4 +113,8 @@ describe("commands registry", () => {
"/help@otherbot",
);
});
it("normalizes dock command aliases", () => {
expect(normalizeCommandBody("/dock_telegram")).toBe("/dock-telegram");
});
});