mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 01:31:08 +00:00
* test(plugin-sdk): use telegram public config seam * test(agents): stabilize announce cleanup assertions
7 lines
180 B
TypeScript
7 lines
180 B
TypeScript
export {
|
|
TELEGRAM_COMMAND_NAME_PATTERN,
|
|
normalizeTelegramCommandDescription,
|
|
normalizeTelegramCommandName,
|
|
resolveTelegramCustomCommands,
|
|
} from "./src/command-config.js";
|