Skip to content

Commit

Permalink
Update chanel.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Yassin994 authored Oct 23, 2024
1 parent 55aa1b4 commit a7365cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commandes/chanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ zokou({ nomCom: "channel", reaction: "😌", nomFichier: __filename }, async (de
let z = 'Salut je m\'appelle *YESSER 😎_MD* \n\n ' + 'je suis un bot Whatsapp Multi-appareil voici la chaîne';
let d = ' developpé par *Yesser Tech🏹*';
let varmess = z + d;
var lien = 'https://whatsapp.com/channel/0029VaiMm7d4yltT51HS1T1G'; // Remplacez cet URL par le lien que vous souhaitez envoyer
var lien = 'https://whatsapp.com/channel/0029VakA1mu35fM18opH1s30'; // Remplacez cet URL par le lien que vous souhaitez envoyer
await zk.sendMessage(dest, { text: varmess + "\n" + lien });
});

Expand All @@ -23,9 +23,9 @@ console.log("mon test");
async function execute (origineMessage,zok) {
console.log("Commande saisie !!!s")
let z ='Salut je m\'appelle *HACKING-MD* \n\n '+'je suis un bot Whatsapp Multi-appareil '
let z ='Salut je m\'appelle *YESSER-MD* \n\n '+'je suis un bot Whatsapp Multi-appareil '
let d =' developpé par *Thomas*'
let varmess=z+d
var img='https://telegra.ph/file/7113ddc85a26a69a7a437.jpg'
var img='https://files.catbox.moe/h800o0.jpeg'
await zok.sendMessage(origineMessage, { image:{url:img},caption:varmess});
} */

0 comments on commit a7365cf

Please sign in to comment.