Skip to content

Commit

Permalink
fix G-I-S
Browse files Browse the repository at this point in the history
  • Loading branch information
Faouz995 committed Feb 21, 2024
1 parent 8ad9333 commit 38c9c5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commandes/img.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


const {zokou} = require('../framework/zokou');
var gis = require('gist');
var gis = require('g-i-s');


zokou({
Expand Down
5 changes: 3 additions & 2 deletions commandes/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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)) {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 38c9c5f

Please sign in to comment.