Skip to content

Commit

Permalink
fix(provider): ⚡ fix send image baileys
Browse files Browse the repository at this point in the history
  • Loading branch information
leifermendez committed Jan 7, 2023
1 parent 5d10cb9 commit 391e11c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/provider/src/baileys/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ class BaileysProvider extends ProviderClass {
},
}))


console.log(templateButtons)

return this.vendor.sendMessage(`${numberClean}@c.us`, {
text,
footer: '',
Expand Down

0 comments on commit 391e11c

Please # to comment.