Discord: import account helpers from plugin SDK

This commit is contained in:
Alexander Davydov 2026-03-19 18:50:17 +03:00
parent 0a84b3de0c
commit 79fd617019

View File

@ -1,12 +1,10 @@
import {
createAccountActionGate,
createAccountListHelpers,
normalizeAccountId,
resolveAccountEntry,
type OpenClawConfig,
type DiscordAccountConfig,
type DiscordActionConfig,
} from "./runtime-api.js";
createAccountActionGate,
} from "openclaw/plugin-sdk/account-resolution";
import type { OpenClawConfig, DiscordAccountConfig, DiscordActionConfig } from "./runtime-api.js";
import { resolveDiscordToken } from "./token.js";
export type ResolvedDiscordAccount = {