This commit is contained in:
cangui 2025-05-07 07:34:09 +02:00
parent 609d2f076d
commit a1b111abea

View File

@ -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',