mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:00:42 +00:00
test: remove discord sdk path references
This commit is contained in:
@@ -56,14 +56,11 @@ The old approach caused problems:
|
||||
The modern plugin SDK fixes this: each import path (`openclaw/plugin-sdk/\<subpath\>`)
|
||||
is a small, self-contained module with a clear purpose and documented contract.
|
||||
|
||||
Legacy provider convenience seams for bundled channels are also gone. Imports
|
||||
such as `openclaw/plugin-sdk/slack`, `openclaw/plugin-sdk/discord`,
|
||||
`openclaw/plugin-sdk/signal`, `openclaw/plugin-sdk/whatsapp`,
|
||||
channel-branded helper seams, and
|
||||
`openclaw/plugin-sdk/telegram-core` were private mono-repo shortcuts, not
|
||||
stable plugin contracts. Use narrow generic SDK subpaths instead. Inside the
|
||||
bundled plugin workspace, keep provider-owned helpers in that plugin's own
|
||||
`api.ts` or `runtime-api.ts`.
|
||||
Legacy provider convenience seams for bundled channels are also gone.
|
||||
Channel-branded helper seams were private mono-repo shortcuts, not stable
|
||||
plugin contracts. Use narrow generic SDK subpaths instead. Inside the bundled
|
||||
plugin workspace, keep provider-owned helpers in that plugin's own `api.ts` or
|
||||
`runtime-api.ts`.
|
||||
|
||||
Current bundled provider examples:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user