diff --git a/.env.example b/.env.example deleted file mode 100644 index beb1bb7..0000000 --- a/.env.example +++ /dev/null @@ -1,13 +0,0 @@ -######DATABASE: none, mysql, dialogflow - -DEFAULT_MESSAGE=true -SAVE_MEDIA=true -PORT=3000 -DATABASE=none -LANGUAGE=es -SQL_HOST= -SQL_USER= -SQL_PASS= -SQL_DATABASE= -KEEP_DIALOG_FLOW=false -MULTI_DEVICE=true \ No newline at end of file diff --git a/adapter/index.js b/adapter/index.js index 241f003..6a1cc74 100644 --- a/adapter/index.js +++ b/adapter/index.js @@ -187,7 +187,7 @@ const saveMessage = ( message, trigger, number, regla ) => new Promise( async (r module.exports = { get, reply, getIA, saveMessage, remplazos, stepsInitial } //MOD by CHV - Agregamos "remplazos" y "stepsInitial" para usarlos en "apps.js" /** - * Reemplaza texto en la respuesta con variables predefinidas. + * Reemplaza texto en la respuesta con variables predefinidas. */ function remplazos(elTexto){ laLista = elTexto.toString().split(' ');