We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fcae84 commit 240362bCopy full SHA for 240362b
1 file changed
extensions/discord/api.ts
@@ -20,5 +20,5 @@ export {
20
normalizeDiscordMessagingTarget,
21
normalizeDiscordOutboundTarget,
22
} from "./src/normalize.js";
23
-export { resolveDiscordRuntimeGroupPolicy } from "./src/runtime-group-policy.js";
+export { resolveOpenProviderRuntimeGroupPolicy as resolveDiscordRuntimeGroupPolicy } from "openclaw/plugin-sdk/runtime-group-policy";
24
export { collectDiscordStatusIssues } from "./src/status-issues.js";
0 commit comments