Files
openclaw/extensions/discord/src/setup-runtime-helpers.ts
2026-05-01 14:27:22 +01:00

11 lines
333 B
TypeScript

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