import { createChatCommand } from '@/commands'; export default createChatCommand({ name: 'test2', description: 'Test command 2' }, async () => {}, );