Update BotService.php
This commit is contained in:
@@ -429,7 +429,7 @@ class BotService {
|
|||||||
* Enviar mensaje por defecto cuando no hay coincidencias
|
* Enviar mensaje por defecto cuando no hay coincidencias
|
||||||
*/
|
*/
|
||||||
private function sendDefaultNoMatch($phoneNumber) {
|
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);
|
$this->whatsappService->sendTextMessage($phoneNumber, $defaultMessage);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user