From 94556f28a96e279bfd7830634a069393a0c08334 Mon Sep 17 00:00:00 2001 From: elrebelde21 <107805973+elrebelde21@users.noreply.github.com> Date: Sat, 4 Jan 2025 15:00:52 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9D=99=8F=F0=9D=99=83=F0=9D=99=80=20?= =?UTF-8?q?=F0=9D=99=88=F0=9D=99=94=F0=9D=99=8E=F0=9D=99=8F=F0=9D=99=84?= =?UTF-8?q?=F0=9D=98=BE=20-=20=F0=9D=98=BD=F0=9D=99=8A=F0=9D=99=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/_cmdWithMedia.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/_cmdWithMedia.js b/plugins/_cmdWithMedia.js index 40bca21bbc..10c8372bc7 100644 --- a/plugins/_cmdWithMedia.js +++ b/plugins/_cmdWithMedia.js @@ -2,7 +2,7 @@ const { proto, generateWAMessage, areJidsSameUser, -} = (await import('@whiskeysockets/baileys')).default; +} = (await import('baileys')).default; export async function all(m, chatUpdate) { if (m.isBaileys) return;