mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-03 00:01:32 +00:00
* fix(discord): honor abortSignal during gateway READY retry backoff * fix(discord): avoid __testing alias to satisfy Knip production scan * test(discord): make READY abort proof deterministic Co-authored-by: wangmiao0668000666 <wang.miao86@xydigit.com> * fix(retry): support unref abort sleeps Co-authored-by: wangmiao0668000666 <wang.miao86@xydigit.com> --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
7 lines
472 B
TypeScript
7 lines
472 B
TypeScript
// Discord API module exposes the plugin public contract.
|
|
export { discordPlugin } from "./src/channel.js";
|
|
export { buildFinalizedDiscordDirectInboundContext } from "./src/monitor/inbound-context.test-helpers.js";
|
|
export { testing as discordGatewayLifecycleTesting } from "./src/monitor/provider.lifecycle.js";
|
|
export { testing as discordThreadBindingTesting } from "./src/monitor/thread-bindings.manager.js";
|
|
export { discordOutbound } from "./src/outbound-adapter.js";
|