Skip to content

Commit

Permalink
Update quotes-bucin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ImYanXiao authored Nov 16, 2024
1 parent 2b3f3b8 commit 524ead8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/quotes-bucin.js
Original file line number Diff line number Diff line change
@@ -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']
Expand Down

0 comments on commit 524ead8

Please sign in to comment.