File size: 240 Bytes
73bc263
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
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