mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-25 08:52:12 +00:00
Plugins: fix extension target imports
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
* These commands are processed before built-in commands and before agent invocation.
|
||||
*/
|
||||
|
||||
import { parseDiscordTarget } from "../../extensions/discord/src/targets.js";
|
||||
import { parseTelegramTarget } from "../../extensions/telegram/src/targets.js";
|
||||
import type { OpenClawConfig } from "../config/config.js";
|
||||
import { parseDiscordTarget } from "../discord/targets.js";
|
||||
import { logVerbose } from "../globals.js";
|
||||
import { parseTelegramTarget } from "../telegram/targets.js";
|
||||
import {
|
||||
detachPluginConversationBinding,
|
||||
getCurrentPluginConversationBinding,
|
||||
|
||||
Reference in New Issue
Block a user