Files
openclaw/extensions/discord/runtime-setter-api.ts
Gustavo Madeira Santana 6b185e2849 perf: speed up discord channel registration (#69791)
Merged via squash.

Prepared head SHA: 231d8763b4
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
2026-04-21 15:48:08 -04:00

4 lines
197 B
TypeScript

// Keep bundled registration fast: runtime wiring only needs the store setter,
// while runtime-api.js remains the broad compatibility barrel.
export { setDiscordRuntime } from "./src/runtime.js";