Files
openclaw/extensions/discord/src/setup-runtime-helpers.ts
2026-03-24 23:33:30 +00:00

12 lines
368 B
TypeScript

export {
createAccountScopedAllowFromSection,
createAccountScopedGroupAccessSection,
createAllowlistSetupWizardProxy,
createLegacyCompatChannelDmPolicy,
parseMentionOrPrefixedId,
patchChannelConfigForAccount,
promptLegacyChannelAllowFromForAccount,
resolveEntriesWithOptionalToken,
setSetupChannelEnabled,
} from "openclaw/plugin-sdk/setup-runtime";