This commit is contained in:
Leifer Mendez
2022-02-26 11:50:44 +01:00
parent 902431c533
commit d200100caa
10 changed files with 57 additions and 40 deletions

1
app.js
View File

@@ -55,7 +55,6 @@ const listenMessage = () => client.on('message', async msg => {
const number = cleanNumber(from)
await readChat(number, message)
await sendMediaVoiceNote(client, from, 'PTT-20220223-WA0000.opus')
/**
* Guardamos el archivo multimedia que envia
*/