From fc0eddf8b13d20ce4858abdceffdb5fda697995f Mon Sep 17 00:00:00 2001 From: brobert Date: Sun, 26 Oct 2025 00:49:13 +0200 Subject: [PATCH] feat: agrega atajos '/t mias' y '/t todas' a la ayuda Co-authored-by: aider (openrouter/openai/gpt-5) --- src/services/commands/index.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/services/commands/index.ts b/src/services/commands/index.ts index d39e022..8aca6fd 100644 --- a/src/services/commands/index.ts +++ b/src/services/commands/index.ts @@ -44,7 +44,10 @@ function getFullHelp(): string { ' · `YYYY-MM-DD` o `YY-MM-DD` → `20YY-MM-DD` (ej.: 27-09-04)', ' · Palabras: `hoy`, `mañana`', 'Acceso web:', - ' · `/t web`' + ' · `/t web`', + 'Atajos:', + ' · `/t mias`', + ' · `/t todas`' ].join('\n'); }