Skip to content

Commit

Permalink
Update Owner1.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Yassin994 authored Oct 19, 2024
1 parent edec40d commit b275171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commandes/Owner1.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const date = moment().format('DD/MM/YYYY');
// Vérification pour .jpeg ou .png
else if (lien.match(/\.(jpeg|png|jpg)$/i)) {
try {
zk.sendMessage(dest, { image: { url: lien }, caption:infoMsg + menuMsg, footer: "Je suis *Best coder md*, déveloper joelTech" }, { quoted: ms });
zk.sendMessage(dest, { image: { url: lien }, caption:infoMsg + menuMsg, footer: "Je suis *yesser-md*, déveloper yessertech" }, { quoted: ms });
}
catch (e) {
console.log("🥵🥵 Menu erreur " + e);
Expand Down

0 comments on commit b275171

Please sign in to comment.