Skip to content

Commit

Permalink
Merge branch 'BrunoSobrino:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonalionco authored Apr 13, 2024
2 parents 97e414f + 52476ae commit ed71992
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions language/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -2678,9 +2678,9 @@
"info_estado": {
"texto1": [
"*< INFO - ESTADO />*_",
"β–’ *Prop.:* Bruno Sobrino",
"β–’ *WA:* +5219992095479",
"β–’ *PayPal:* paypal.me/TheShadowBrokers133",
"β–’ *Prop.:*",
"β–’ *WA:*",
"β–’ *PayPal:*",
"β–’ *Ping:*",
"β–’ *Uptime:*",
"β–’ *Prefijo:*",
Expand Down Expand Up @@ -3868,4 +3868,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion plugins/descargas-play_v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if (enviando) return;
}
}

const dataMessage = `${tradutor.texto4[0]} ${data.resultado.title}\n\n${tradutor.texto4[0]} ${data.resultado.publicDate}\n\n${tradutor.texto4[0]} ${data.resultado.channel}\n\n${tradutor.texto4[0]} ${data.resultado.url}`;
const dataMessage = `${tradutor.texto4[0]} ${data.resultado.title}\n${tradutor.texto4[1]} ${data.resultado.publicDate}\n${tradutor.texto4[2]} ${data.resultado.channel}\n${tradutor.texto4[3]} ${data.resultado.url}`;
await conn.sendMessage(m.chat, { text: dataMessage }, { quoted: m });

if (buff) {
Expand Down

0 comments on commit ed71992

Please sign in to comment.