Update BotService.php

This commit is contained in:
Lizandro Guarnizo
2026-01-22 00:24:04 -05:00
parent 5e345b951f
commit 5bc820bccf
+1 -1
View File
@@ -312,7 +312,7 @@ class BotService {
if (!is_numeric($messageText)) {
$this->whatsappService->sendTextMessage(
$phoneNumber,
"❌ Por favor, responde solo con el número de la opción deseada."
"❌ Por favor, responde solo con el número de la opción deseada o la palabra *menu* para iniciar nuevamente."
);
error_log("[BotService] processMenuSelection - non-numeric response from user {$user['id']}: '{$messageText}'");
return;