diff --git a/app.json b/app.json index 560f55f9..34a86cbe 100644 --- a/app.json +++ b/app.json @@ -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":"/", @@ -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 }, diff --git a/commandes/hentai.js b/commandes/hentai.js deleted file mode 100644 index 05b10cb1..00000000 --- a/commandes/hentai.js +++ /dev/null @@ -1,93 +0,0 @@ - -const {zokou } = require("../framework/zokou"); -const axios = require('axios'); - - -zokou({ - nomCom: "hwaifu", - categorie: "Hentai", - reaction: "🙄" -}, -async (origineMessage, zk, commandeOptions) => { - const { repondre, ms } = commandeOptions; - - const url = 'https://api.waifu.pics/nsfw/waifu'; // Remplace avec ton lien réel - - try { for (let i = 0 ; i < 5 ; i++ ) { - const response = await axios.get(url); - const imageUrl = response.data.url; - - zk.sendMessage(origineMessage, { image: { url: imageUrl } }, { quoted: ms }); } - } catch (error) { - repondre('Erreur lors de la récupération des données : ' +error); - } -}); - - - /////////////// hneko ////////// -zokou({ - nomCom: "trap", - categorie: "Hentai", - reaction: "🙄" -}, -async (origineMessage, zk, commandeOptions) => { - const { repondre, ms } = commandeOptions; - - const url = 'https://api.waifu.pics/nsfw/trap'; // Remplace avec ton lien réel - - try { for (let i = 0 ; i < 5 ; i++ ) { - const response = await axios.get(url); - const imageUrl = response.data.url; - - zk.sendMessage(origineMessage, { image: { url: imageUrl } }, { quoted: ms }); } - } catch (error) { - repondre('Erreur lors de la récupération des données :', error); - } -}); - -zokou({ - nomCom: "hneko", - categorie: "Hentai", - reaction: "🙄" -}, -async (origineMessage, zk, commandeOptions) => { - const { repondre, ms } = commandeOptions; - - const url = 'https://api.waifu.pics/nsfw/neko'//apiWaifu("neko"); // Remplace avec ton lien réel - - try { for (let i = 0 ;i < 5 ; i++) { - const response = await axios.get(url); - const imageUrl = response.data.url; - - zk.sendMessage(origineMessage, { image: { url: imageUrl } }, { quoted: ms }); } - } catch (error) { - repondre('Erreur lors de la récupération des données :', error); - } -}); - - -zokou({ - nomCom: "blowjob", - categorie: "Hentai", - reaction: "🙄" -}, -async (origineMessage, zk, commandeOptions) => { - const { repondre, ms } = commandeOptions; - - const url = 'https://api.waifu.pics/nsfw/blowjob'; // Remplace avec ton lien réel - - try { for (let i = 0 ; i < 5 ; i++ ) { - const response = await axios.get(url); - const imageUrl = response.data.url; - - zk.sendMessage(origineMessage, { image: { url: imageUrl } }, { quoted: ms }); } - } catch (error) { - repondre('Erreur lors de la récupération des données :', error); - } -}); - - - - - - diff --git a/commandes/menu.js b/commandes/menu.js index 6aa476bd..6eb4bcb9 100644 --- a/commandes/menu.js +++ b/commandes/menu.js @@ -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} @@ -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` @@ -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)) { diff --git a/set.js b/set.js index a0fca1ef..cbe8d011 100644 --- a/set.js +++ b/set.js @@ -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' ,