afina copy de cta general

main
brobert 4 days ago
parent 89f2555c79
commit 2dc6a13e0a

@ -37,7 +37,7 @@ export type CommandOutcome = {
export class CommandService { export class CommandService {
static dbInstance: Database = db; 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[]): { private static parseNueva(message: string, mentionsNormalized: string[]): {
action: string; action: string;

Loading…
Cancel
Save