Skip to content

Commit

Permalink
Update llamada2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilsmac authored Oct 31, 2023
1 parent 31195e8 commit 8436026
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/llamada2.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
const { generateWAMessageFromContent, proto } = (await import('@whiskeysockets/baileys')).default
var handler = async(m, { conn, text, usedPrefix, command }) => {

let msg = await generateWAMessageFromContent(m.chat, { callMessage: {
conn.relayMessage(m.chat, {
conn.relayMessage(m.chat, {
scheduledCallCreationMessage: {
callvideoType: 'AUDIO',
scheduledTimestampMs: 1698430542887,
Expand Down

0 comments on commit 8436026

Please sign in to comment.