From 2dc6a13e0aed550208cd36c4968ea6762db0dd01 Mon Sep 17 00:00:00 2001 From: brobert Date: Sat, 25 Oct 2025 12:45:14 +0200 Subject: [PATCH] afina copy de cta general --- src/services/command.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/command.ts b/src/services/command.ts index 3c0665f..c44a9ab 100644 --- a/src/services/command.ts +++ b/src/services/command.ts @@ -37,7 +37,7 @@ export type CommandOutcome = { export class CommandService { static dbInstance: Database = db; - private static readonly CTA_HELP: string = 'ℹ️ Tus tareas: /t mias · Todas: /t todas · Info: /t info · Web: /t web'; + private static readonly CTA_HELP: string = 'ℹ️ Tus tareas: `/t mias` · Todas: `/t todas` · Info: `/t info` · Web: `/t web`'; private static parseNueva(message: string, mentionsNormalized: string[]): { action: string;