feat(provider): 🚀 fix issues in providers venom and wwebjs

This commit is contained in:
aurik3
2023-01-27 14:28:25 -05:00
parent 6ff1a3a980
commit cbe438b778
2 changed files with 10 additions and 26 deletions

View File

@@ -145,7 +145,7 @@ class VenomProvider extends ProviderClass {
* @example await sendMessage('+XXXXXXXXXXX', 'audio.mp3')
*/
sendAudio = async (number, audioPath, voiceNote = false) => {
sendAudio = async (number, audioPath) => {
return this.vendor.sendVoice(number, audioPath)
}