mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 05:40:22 +00:00
Plugin SDK: use public slack subpath
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { sendMessageSlack as sendMessageSlackImpl } from "../../plugin-sdk/slack.js";
|
||||
import { sendMessageSlack as sendMessageSlackImpl } from "openclaw/plugin-sdk/slack";
|
||||
|
||||
type RuntimeSend = {
|
||||
sendMessage: typeof import("../../plugin-sdk/slack.js").sendMessageSlack;
|
||||
sendMessage: typeof import("openclaw/plugin-sdk/slack").sendMessageSlack;
|
||||
};
|
||||
|
||||
export const runtimeSend = {
|
||||
|
||||
Reference in New Issue
Block a user