mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-19 03:59:17 +00:00
Test (core) OK
This commit is contained in:
@@ -23,8 +23,8 @@ class BotClass {
|
||||
listenerBusEvents = () => [
|
||||
{
|
||||
event: 'require_action',
|
||||
func: ({ instructions }) =>
|
||||
printer(instructions, '⚡⚡ ACCION REQUERIDA ⚡⚡'),
|
||||
func: ({ instructions, title = '⚡⚡ ACCION REQUERIDA ⚡⚡' }) =>
|
||||
printer(instructions, title),
|
||||
},
|
||||
{
|
||||
event: 'ready',
|
||||
|
||||
Reference in New Issue
Block a user