From 38c9c5ff5c2cf104940f34d197f3e141966c0c33 Mon Sep 17 00:00:00 2001 From: Faouz995 Date: Wed, 21 Feb 2024 08:43:35 +0000 Subject: [PATCH] fix G-I-S --- commandes/img.js | 2 +- commandes/menu.js | 5 +++-- package.json | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/commandes/img.js b/commandes/img.js index 1a701b17..e8b42e0c 100644 --- a/commandes/img.js +++ b/commandes/img.js @@ -2,7 +2,7 @@ const {zokou} = require('../framework/zokou'); -var gis = require('gist'); +var gis = require('g-i-s'); zokou({ diff --git a/commandes/menu.js b/commandes/menu.js index 6aa476bd..46504cd7 100644 --- a/commandes/menu.js +++ b/commandes/menu.js @@ -56,7 +56,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 +65,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/package.json b/package.json index 345c02a6..1836f60a 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "fluent-ffmpeg": "^2.1.2", "form-data": "^4.0.0", "fs-extra": "^11.1.1", + "g-i-s": "^2.1.7", "gist": "^0.2.0", "google-it": "^1.6.4", "google-tts-api": "latest",