codev / src /commands /feishu /index.ts
chenbhao's picture
feat: feishu connect
73bc263
Raw
History Blame Contribute Delete
240 Bytes
import type { Command } from '../../commands.js'
const feishu = {
type: 'local-jsx',
name: 'feishu',
description: 'Connect a Feishu bot to this session',
load: () => import('./feishu.js'),
} satisfies Command
export default feishu