mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 12:39:24 +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) {
|
if (step) {
|
||||||
const response = await responseMessages(step)
|
const response = await responseMessages(step)
|
||||||
await sendMessage(client, from, response.replyMessage, response.trigger);
|
await sendMessage(client, from, response.replyMessage, response.trigger);
|
||||||
await sendMessageButton(client, from);
|
// await sendMessageButton(client, from);
|
||||||
|
|
||||||
if(!response.delay && response.media){
|
if(!response.delay && response.media){
|
||||||
sendMedia(client, from, response.media);
|
sendMedia(client, from, response.media);
|
||||||
|
|||||||
Reference in New Issue
Block a user