openclaw/extensions/googlechat/setup-entry.ts

7 lines
142 B
TypeScript
Raw Normal View History

import { googlechatDock, googlechatPlugin } from "./src/channel.js";
export default {
plugin: googlechatPlugin,
dock: googlechatDock,
};