refactor: remove dead private helpers

This commit is contained in:
Peter Steinberger
2026-05-01 06:55:22 +01:00
parent ffcc0d1fe1
commit 42d73fd955
110 changed files with 66 additions and 1408 deletions

View File

@@ -77,5 +77,3 @@ export function registerMessageThreadCommands(message: Command, helpers: Message
await helpers.runMessageAction("thread-reply", opts);
});
}
export const __test__ = { resolveThreadCreateRequest };