Skip to content

Commit

Permalink
🐐 🔵
Browse files Browse the repository at this point in the history
  • Loading branch information
franceking1 authored May 12, 2024
1 parent d729bbf commit c4d0412
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions commands/General.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,15 @@ france({ nomCom: "developer", categorie: "General", reaction: "🐐" }, async (d
// Ajoute d'autres développeurs ici avec leur nom et numéro
];

let message = "👋 *Welcome to Flash-Md!* here is the developer numbers:\n\n";
let message = "Hello 👋\n *Welcome to Flash-Md!*\n\n*✦━━◆CREATOR INFO◆━━✦*\n\n\n *◇NAME: _France King_*\n*◇AGE: 23*\n*◇LOCATION: _On Earth_*\n*◇BELIEVER: YES ✅*\n*◇FRIENDLY: YES ✅*\n*◇EGOISTIC: _YEEES ✅_*\n*◇FAV TEAM: _CHELSEA_*\n*◇INSTAGRAM: https://instagram.com/france.king1*\n*◇Twitter: https://twitter.com/france_king1*\n\n______________________________\n\n*💙KEEP USING FLASH-MD🤍*\n\n\n_The following are my contacts_:\n:";
for (const dev of devs) {
message += `----------------\n• ${dev.nom} : https://wa.me/${dev.numero}\n`;
}

var lien = mybotpic()
if (lien.match(/\.(mp4|gif)$/i)) {
try {
zk.sendMessage(dest, { video: { url: lien }, caption:message }, { quoted: ms });
zk.sendMessage(dest, { video: { url: lien }, caption: message }, { quoted: ms });
}
catch (e) {
console.log("🥵🥵 Menu erreur " + e);
Expand Down Expand Up @@ -115,3 +116,4 @@ france({ nomCom: "support", categorie: "General" }, async (dest, zk, commandeOpt
await zk.sendMessage(auteurMessage,{text : `https://wa.me/254757835036`},{quoted :ms})

})

0 comments on commit c4d0412

Please sign in to comment.