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;