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

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)
}