diff --git a/src/services/command.ts b/src/services/command.ts index f7382d8..59fae17 100644 --- a/src/services/command.ts +++ b/src/services/command.ts @@ -507,7 +507,7 @@ export class CommandService { if (res.status === 'completed') { return [{ recipient: context.sender, - message: `ℹ️ ${id} ya estaba completada — “*${res.task?.description || '(sin descripción)'}*”${due}` + message: `ℹ️ ${id} ya estaba completada — _${res.task?.description || '(sin descripción)'}_${due}` }]; } if (res.status === 'not_assigned') {