Skip to content

Commit

Permalink
Update llamada.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilsmac authored Oct 31, 2023
1 parent 4cc250a commit 3d0b3aa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions plugins/llamada.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ var handler = async(m, { conn, text, usedPrefix, command }) => {
conn.relayMessage(m.chat, {
degreesLatitude: 0,
degreesLongitude: 0,
name: `ni funca esto`,
address: wm,
url: `https://maps.app.goo.gl/zUBoVRF8Rqbc71Y48`,
isLive: true,
scheduledCallCreationMessage: {
callvideoType: 'AUDIO',
scheduledTimestampMs: 1698430542887,
title: `jola`,
isLive: true,
url: `wa.me/517171`
title: `jola`

}
}, {})
Expand Down

0 comments on commit 3d0b3aa

Please sign in to comment.