diff --git a/index.js b/index.js index 7cb1eb4..ce61b4b 100644 --- a/index.js +++ b/index.js @@ -610,7 +610,7 @@ app.post('/sendImageWithBaileysPro', async (req, res) => { jid, { image: { url: imageUrl }, - text: caption || '', + caption: caption || '', }, quoted ? { quoted } : {}