



























@@ -11,7 +11,6 @@ import {
1111import {
1212createAccountScopedAllowFromSection,
1313createAccountScopedGroupAccessSection,
14-createAllowlistSetupWizardProxy,
1514createLegacyCompatChannelDmPolicy,
1615parseMentionOrPrefixedId,
1716patchChannelConfigForAccount,
@@ -179,11 +178,3 @@ export function createDiscordSetupWizardBase(handlers: {
179178disable: (cfg: OpenClawConfig) => setSetupChannelEnabled(cfg, channel, false),
180179} satisfies ChannelSetupWizard;
181180}
182-export function createDiscordSetupWizardProxy(loadWizard: () => Promise<ChannelSetupWizard>) {
183-return createAllowlistSetupWizardProxy({
184- loadWizard,
185-createBase: createDiscordSetupWizardBase,
186-fallbackResolvedGroupAllowlist: (entries) =>
187-entries.map((input) => ({ input, resolved: false })),
188-});
189-}
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。