2026-03-16 23:51:41 -07:00
|
|
|
import { defineSetupPluginEntry } from "openclaw/plugin-sdk/core";
|
2026-03-15 19:38:13 -07:00
|
|
|
import { telegramSetupPlugin } from "./src/channel.setup.js";
|
2026-03-15 19:27:45 -07:00
|
|
|
|
2026-03-17 09:33:17 -07:00
|
|
|
export { telegramSetupPlugin } from "./src/channel.setup.js";
|
|
|
|
|
|
2026-03-16 23:51:41 -07:00
|
|
|
export default defineSetupPluginEntry(telegramSetupPlugin);
|