Skip to content

Commit

Permalink
Update sticker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chauhanshivam079 authored Mar 25, 2024
1 parent 884d2db commit 6804142
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bot_modules/sticker.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ const {
StickerTypes,
} = require("wa-sticker-formatter");
const tti=require("text-to-image");
const ffmpegInstaller=require("@ffmpeg-installer/ffmpeg");
const ffmpeg=require("fluent-ffmpeg");
ffmpeg.setFfmpegPath(ffmpegInstaller.path);
// const ffmpegInstaller=require("@ffmpeg-installer/ffmpeg");
// const avconv = require("avconv");
// const ffmpeg=require("fluent-ffmpeg");
// ffmpeg.setFfmpegPath(ffmpegInstaller.path);
// const ffmpegInstaller=require("@ffmpeg-installer/ffmpeg");
const avconv = require("avconv");
const ffmpeg=require("fluent-ffmpeg");
ffmpeg.setFfmpegPath(avconv);
// ffmpeg.setFfmpegPath(avconv);
class sticker {
static async imgToSticker(sock, chatId, msg, msgData) {
try{
Expand Down

0 comments on commit 6804142

Please sign in to comment.