Test (core) OK

This commit is contained in:
Leifer Mendez
2022-11-13 14:08:33 +01:00
parent a20b128ee8
commit 59182f20f3
7 changed files with 103 additions and 13 deletions

View File

@@ -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',