Files

8 lines
157 B
TypeScript

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