mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
hide beta option buttons
This commit is contained in:
2
app.js
2
app.js
@@ -75,7 +75,7 @@ const listenMessage = () => client.on('message', async msg => {
|
||||
if (step) {
|
||||
const response = await responseMessages(step)
|
||||
await sendMessage(client, from, response.replyMessage, response.trigger);
|
||||
await sendMessageButton(client, from);
|
||||
// await sendMessageButton(client, from);
|
||||
|
||||
if(!response.delay && response.media){
|
||||
sendMedia(client, from, response.media);
|
||||
|
||||
Reference in New Issue
Block a user