Skip to content

Commit 366b6fa

Browse files
authored
π‘»π’†π’‚π’Ž π‘΅π’”π’Œ
1 parent 1bbbc8c commit 366b6fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

β€Žplugins/info-bot.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ message: {
1818
"audioMessage": { "mimetype":"audio/ogg; codecs=opus", "seconds": "99569", "ptt": "true"
1919
}}}
2020

21-
if (/^Oyep$/i.test(m.text)) {
21+
if (/^Te puedo decir algo?$/i.test(m.text)) {
2222

2323
conn.sendPresenceUpdate('recording', m.chat)
2424
//await conn.sendMessage(m.chat, {text: bot, mentions: [m.sender]}, {quoted: fakemek})
25-
conn.sendFile(m.chat, vn, 'nyp.mp3', null, m, true, { type: 'audioMessage', ptt: true, sendEphemeral: true, quoted: m })
25+
conn.sendFile(m.chat, vn, 'nyp.mp3', null, m, true, { type: 'audioMessage', ptt: true, sendEphemeral: true, quoted: fakemek })
2626
}
2727
return !0
2828
}

0 commit comments

Comments
Β (0)