Update BotService.php
This commit is contained in:
@@ -312,7 +312,7 @@ class BotService {
|
|||||||
if (!is_numeric($messageText)) {
|
if (!is_numeric($messageText)) {
|
||||||
$this->whatsappService->sendTextMessage(
|
$this->whatsappService->sendTextMessage(
|
||||||
$phoneNumber,
|
$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}'");
|
error_log("[BotService] processMenuSelection - non-numeric response from user {$user['id']}: '{$messageText}'");
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user