From 516d49eb62dca0b12fa929ea2bf7d774599d070d Mon Sep 17 00:00:00 2001 From: cheveguerra Date: Mon, 12 Dec 2022 22:57:38 -0600 Subject: [PATCH] feat: cambio en mensaje inicial. --- controllers/connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/connection.js b/controllers/connection.js index edb766e..3bc95c7 100644 --- a/controllers/connection.js +++ b/controllers/connection.js @@ -1,7 +1,7 @@ const connectionReady = (cb = () =>{}) => { console.log('Listo para escuchar mensajes') console.log('El cliente esta listo!'); - console.log('🔴 Escribe: /hola'); + console.log('🔴 Escribe: /menu'); cb() }