mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-17 19:55:44 +00:00
5 lines
166 B
TypeScript
5 lines
166 B
TypeScript
import { defineSetupPluginEntry } from "openclaw/plugin-sdk/core";
|
|
import { tlonPlugin } from "./src/channel.js";
|
|
|
|
export default defineSetupPluginEntry(tlonPlugin);
|