// Googlechat plugin module implements channel.setup behavior. import type { ChannelPlugin } from "openclaw/plugin-sdk/channel-core"; import type { ResolvedGoogleChatAccount } from "./accounts.js"; import { createGoogleChatPluginBase } from "./channel-base.js"; export const googlechatSetupPlugin: ChannelPlugin = createGoogleChatPluginBase();