Skip to content

Commit

Permalink
Update anti-delete.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred1e authored Jul 19, 2024
1 parent 1d5568d commit f1e63fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commandes/anti-delete.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let antiDeleteActive = false; // Variable pour stocker l'Γ©tat de la commande an
zokou({
nomCom: "anti-delete",
categorie: "General",
reaction: "πŸ‘"
reaction: "πŸ₯Ί"
}, async (origineMessage, zk, commandeOptions) => {
const { ms, arg } = commandeOptions;

Expand Down Expand Up @@ -61,7 +61,7 @@ zokou({
}

const senderId = msg.key.participant.split('@')[0];
const caption = ` Anti-delete-message by joel tech\nMessage de @${senderId}`;
const caption = ` Anti-delete-message by Fredie Tech\nMessage de @${senderId}`;
const imageCaption = { image: { url: './media/deleted-message.jpg' }, caption, mentions: [msg.key.participant] };

await zk.sendMessage(idBot, imageCaption);
Expand Down

0 comments on commit f1e63fe

Please sign in to comment.