feat: add descriptions, categories, and usage examples to commands for improved help functionality

This commit is contained in:
2025-09-26 06:38:09 -05:00
parent eb3f874628
commit 119ac89274
9 changed files with 193 additions and 388 deletions

View File

@@ -24,6 +24,9 @@ export const command: CommandMessage = {
type: "message",
aliases: ['chat', 'gemini'],
cooldown: 5,
description: 'Chatea con la IA (Gemini) directamente desde Discord.',
category: 'IA',
usage: 'ai <mensaje>',
run: async (message, args) => {
// Verificar que se proporcione un prompt
if (!args || args.length === 0) {