Skip to content

Commit

Permalink
Update groupe.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyAkintunde committed Jul 13, 2024
1 parent e5223dd commit 2da5273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commandes/groupe.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ zokou({ nomCom: "del", categorie: 'Group',reaction:"🧹" }, async (dest, zk, co

});

zokou({ nomCom: "info", categorie: 'Group' }, async (dest, zk, commandeOptions) => {
zokou({ nomCom: "ginfo", categorie: 'Group' }, async (dest, zk, commandeOptions) => {
const { ms, repondre, verifGroupe } = commandeOptions;
if (!verifGroupe) { repondre("order reserved for the group only"); return };

Expand Down

0 comments on commit 2da5273

Please sign in to comment.