mirror of
https://github.com/cheveguerra/botLeiferAurik-Mod_2.0.git
synced 2026-04-18 03:39:16 +00:00
deshabilitar sheets en el envio!
This commit is contained in:
2
.env
2
.env
@@ -13,4 +13,4 @@ KEEP_DIALOG_FLOW=false
|
||||
MULTI_DEVICE=true
|
||||
DIALOGFLOW_MEDIA_FOR_SLOT_FILLING=false
|
||||
GDRIVE_FOLDER_ID=
|
||||
PROVIDER=wwebjs
|
||||
PROVIDER=baileys
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user