refactor: centralize message target resolution

Co-authored-by: Thinh Dinh <tobalsan@users.noreply.github.com>
This commit is contained in:
Peter Steinberger
2026-01-17 06:03:19 +00:00
parent c7ae5100fa
commit 331141ad77
25 changed files with 192 additions and 194 deletions

View File

@@ -88,7 +88,7 @@ describe("messageCommand", () => {
const deps = makeDeps();
await messageCommand(
{
target: "123",
target: "123456",
message: "hi",
},
deps,