mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 09:33:06 +00:00
Plugin SDK: route core channel runtimes through public subpaths
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { discordMessageActions } from "../../../extensions/discord/runtime-api.js";
|
||||
import { discordMessageActions } from "openclaw/plugin-sdk/discord";
|
||||
import {
|
||||
getThreadBindingManager,
|
||||
resolveThreadBindingIdleTimeoutMs,
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
setThreadBindingIdleTimeoutBySessionKey,
|
||||
setThreadBindingMaxAgeBySessionKey,
|
||||
unbindThreadBindingsBySessionKey,
|
||||
} from "../../../extensions/discord/runtime-api.js";
|
||||
} from "openclaw/plugin-sdk/discord";
|
||||
import {
|
||||
createLazyRuntimeMethodBinder,
|
||||
createLazyRuntimeSurface,
|
||||
|
||||
Reference in New Issue
Block a user