|
|
|
@ -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;
|
|
|
|
|