Files
openclaw/extensions/discord/src/setup-runtime-helpers.ts
2026-06-04 22:06:01 -04:00

12 lines
399 B
TypeScript

// Discord helper module supports setup runtime helpers behavior.
export {
createAccountScopedAllowFromSection,
createAccountScopedGroupAccessSection,
createLegacyCompatChannelDmPolicy,
parseMentionOrPrefixedId,
patchChannelConfigForAccount,
promptLegacyChannelAllowFromForAccount,
resolveEntriesWithOptionalToken,
setSetupChannelEnabled,
} from "openclaw/plugin-sdk/setup-runtime";