Files
openclaw/extensions/googlechat/setup-entry.ts

6 lines
102 B
TypeScript

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