deshabilitar sheets en el envio!

This commit is contained in:
2023-02-18 13:12:06 -06:00
parent 77161d85e4
commit 3518f516e0
3 changed files with 3 additions and 2 deletions

2
.env
View File

@@ -13,4 +13,4 @@ KEEP_DIALOG_FLOW=false
MULTI_DEVICE=true
DIALOGFLOW_MEDIA_FOR_SLOT_FILLING=false
GDRIVE_FOLDER_ID=
PROVIDER=wwebjs
PROVIDER=baileys

View File

@@ -82,7 +82,7 @@ const sendMessage = async (client, number = null, text = null, trigger = null, r
// console.log(number, message, regla)
await readChat(number, text, trigger, regla) //MOD by CHV - Agregamos el parametro "regla"
console.log(`⚡⚡⚡ Enviando mensajes....`);
ingresarDatos(number, text, 'Salida', 'Bot Pruebas')
// ingresarDatos(number, text, 'Salida', 'Bot Pruebas')
// console.log("********************* SEND MESSAGE **************************************");
},DELAY_TIME)
}

View File

@@ -87,6 +87,7 @@ const sendMessage = async (client, number = null, text = null, trigger = null, r
// console.log(number, message, regla)
await readChat(number, message, trigger, regla) //MOD by CHV - Agregamos el parametro "regla"
console.log(`⚡⚡⚡ Enviando mensajes....`);
// ingresarDatos(number, message, 'Salida', 'Bot Pruebas')
// console.log("********************* SEND MESSAGE **************************************");
},DELAY_TIME)
}