Basic changes; no real change

This commit is contained in:
Rajeh Taher
2023-02-19 05:22:36 +02:00
committed by cheveguerra
parent 74a02cb736
commit 2ce2c7e97d
3 changed files with 9 additions and 9 deletions

View File

@@ -195,9 +195,8 @@ client.on('message', async msg => {
client.interface.openChatWindowAt(quotedMsg.id._serialized);
}
} else if (msg.body === '!buttons') {
// Limited to 5 buttons per message and limited to 3 buttons for each kind, in this case the third quick reply button will be removed
let button = new Buttons(
'Button body',
'Button body\n\nWant to test buttons some more? Check out https://github.com/wwebjs/buttons-test',
[
{ body: 'Some text' },
{ body: 'Try clicking me (id:test)', id: 'test'},