From 524ead8a3a4a9bac39ae920ce7999319b1a5a343 Mon Sep 17 00:00:00 2001 From: Xiao Yan? <102222065+ImYanXiao@users.noreply.github.com> Date: Sat, 16 Nov 2024 13:25:41 +0700 Subject: [PATCH] Update quotes-bucin.js --- plugins/quotes-bucin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/quotes-bucin.js b/plugins/quotes-bucin.js index f268a348d..28873a4ec 100644 --- a/plugins/quotes-bucin.js +++ b/plugins/quotes-bucin.js @@ -1,6 +1,6 @@ -import { bucin } from '@bochilteam/scraper' +//import { bucin } from '@bochilteam/scraper' -var handler = async (m, { conn }) => conn.reply(m.chat, await bucin(), m) +var handler = async (m, { conn }) => conn.reply(m.chat, await bochil.bucin(), m) handler.help = ['bucin'] handler.tags = ['quotes']