Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete commandes/hentai.js #16

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name":"Zokou-2.0",
"description":"bot whatsapp développé par djalega++",
"keywords":["bot","node","baileys","whatsapp"],
"keywords":["bot","node","baileys","whatsapp","whatsapp-bot","whatsapp_bot"],
"logo":"https://raw.githubusercontent.com/djalega8000/Zokou-2.0/main/Zokou.jpg",
"repository":"https://github.com/djalega8000/Zokou-2.0",
"succes_url":"/",
Expand Down Expand Up @@ -35,7 +35,7 @@
"LIENS_MENU" : {

"description":"Ajoutez un ou plusieurs lien(s) d'image ou de video pour votre bot ; exemple : lien1,lien2,lien3......",
"value":"https://wallpapercave.com/uwp/uwp3943464.jpeg",
"value":"https://wallpapercave.com/uwp/uwp4269868.jpeg",
"required":false

},
Expand Down
93 changes: 0 additions & 93 deletions commandes/hentai.js

This file was deleted.

8 changes: 5 additions & 3 deletions commandes/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ const date = moment().format('DD/MM/YYYY');

let infoMsg = `
*╔═════ •✧✧• ════╗*
┃ *Préfixe* : ${s.PREFIXE}
┃ 🐘🐘🐘🐘🐘🐘
┃ *Préfixe* : ${s.PREFIXE}
┃ *Owner* : ${s.NOM_OWNER}
┃ *Mode* : ${mode}
┃ *Commandes* : ${cm.length}
Expand All @@ -56,7 +57,7 @@ Je suis *${s.BOT}*, un bot développé par *La team Zokou*.
menuMsg += `*╔══✵* *${cat}* *✵ ══╗*`;
for (const cmd of coms[cat]) {
menuMsg += `
*✗✪* ${cmd}`;
** ${cmd}`;
}
menuMsg += `
*╚════ ✵ ✵ ═══╝* \n`
Expand All @@ -65,13 +66,14 @@ Je suis *${s.BOT}*, un bot développé par *La team Zokou*.
menuMsg += `
◇ ◇
*»»————— ★ —————««*
Pour utiliser une commande, tapez ${prefixe}"nom de la commande"
Pour utiliser Bnn y y'a v ce c une commande, tapez ${prefixe}"nom de la commande"

*『ZokouMD*

*»»————— ★ —————««*
`;


var lien = mybotpic();

if (lien.match(/\.(mp4|gif)$/i)) {
Expand Down
2 changes: 1 addition & 1 deletion set.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = { session: process.env.SESSION_ID || 'zokk',
MODE: process.env.MODE_PUBLIC,
PM_PERMIT: process.env.PM_PERMIT || 'non',
BOT : process.env.NOM_BOT || 'Zokou_MD',
URL : process.env.LIENS_MENU || 'https://static.animecorner.me/2023/08/op2.jpg',
URL : process.env.LIENS_MENU || 'https://wallpapercave.com/uwp/uwp4269868.jpeg',
HEROKU_APP_NAME : process.env.HEROKU_APP_NAME,
HEROKU_APY_KEY : process.env.HEROKU_APY_KEY ,
WARN_COUNT : process.env.WARN_COUNT || '3' ,
Expand Down