Skip to content

Commit

Permalink
Update grupo-hidetag.js
Browse files Browse the repository at this point in the history
  • Loading branch information
elrebelde21 authored Apr 8, 2024
1 parent 09b6d57 commit 66bfb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/grupo-hidetag.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ conn.sendMessage(m.chat, { audio: mediax, mentions: users, mimetype: 'audio/mp4'
var mediax = await quoted.download?.()
conn.sendMessage(m.chat, {sticker: mediax, mentions: users}, { quoted: m })
} else {
await conn.sendMessage(m.chat, { text : text ? text : '' , mentions: users}, { quoted: m, ephemeralExpiration: 24*60*100, disappearingMessagesInChat: 24*60*100})
await conn.sendMessage(m.chat, { text : text ? text : '' , mentions: users}, { quoted: null, ephemeralExpiration: 24*60*100, disappearingMessagesInChat: 24*60*100})
//await conn.relayMessage(m.chat, {extendedTextMessage:{text: `${masss}\n${htextos}\n`, ...{ contextInfo: { mentionedJid: users, externalAdReply: { thumbnail: imagen1, sourceUrl: md }}}}}, {})
}}}
handler.command = /^(hidetag|notificar|notify)$/i
Expand Down

0 comments on commit 66bfb97

Please sign in to comment.