mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-28 00:13:34 +00:00
12 lines
399 B
TypeScript
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";
|