Update BotService.php

This commit is contained in:
lizandrogd
2026-01-21 16:45:05 -05:00
parent 0d96fa0029
commit e48d36847a
+1 -1
View File
@@ -429,7 +429,7 @@ class BotService {
* Enviar mensaje por defecto cuando no hay coincidencias
*/
private function sendDefaultNoMatch($phoneNumber) {
$defaultMessage = "🤖 No entendí tu mensaje. Escribe *menu* para ver las opciones disponibles o *ayuda* para obtener ayuda.";
$defaultMessage = "🤖 No entendí tu mensaje. Escribe *menu* para ver las opciones disponibles o *asesor* para obtener ayuda.";
$this->whatsappService->sendTextMessage($phoneNumber, $defaultMessage);
}