hide beta option buttons

This commit is contained in:
Leifer Mendez
2022-01-26 17:21:55 +01:00
parent ebfd232a6c
commit c7bc021f93

2
app.js
View File

@@ -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);