From a1b111abea837212bf9ed41f27759e9fabc8e573 Mon Sep 17 00:00:00 2001 From: cangui Date: Wed, 7 May 2025 07:34:09 +0200 Subject: [PATCH] ffddfdf --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 8bc1ffe..85589b1 100644 --- a/index.js +++ b/index.js @@ -84,7 +84,7 @@ const initBaileys = async () => { if (buttonId === 'doc_1') { await sock.sendMessage(jid, { document: { - url: 'https://wa.canguidev.fr/static/document1.pdf', + url: 'https://merlo-ch.com/uploads/proposition/f_p_250505_0000136_00008_EB00001909.pdf', }, mimetype: 'application/pdf', fileName: 'Document_1.pdf', @@ -94,7 +94,7 @@ const initBaileys = async () => { } else if (buttonId === 'doc_2') { await sock.sendMessage(jid, { document: { - url: 'https://wa.canguidev.fr/static/document2.pdf', + url: 'https://merlo-ch.com/uploads/proposition/d_p_250505_0000136_00008_EB00001909.pdf', }, mimetype: 'application/pdf', fileName: 'Document_2.pdf',