fix: check commits and changes

This commit is contained in:
2022-12-27 02:16:50 -06:00
parent b7d89411b3
commit 629b13de23
8 changed files with 4461 additions and 190 deletions

View File

@@ -78,6 +78,7 @@ const sendMessageButton = async (client, number = null, text = null, actionButto
number = cleanNumber(number)
const { title = null, message = null, footer = null, buttons = [] } = actionButtons;
let button = new Buttons(remplazos(message, client),[...buttons], remplazos(title, client), remplazos(footer, client));
await readChat(number, message, actionButtons)
client.sendMessage(number, button);
console.log(`⚡⚡⚡ Enviando mensajes (botones)....`);
// console.log("sendMessageButton.");