feat: cambio en mensaje inicial.

This commit is contained in:
2022-12-12 22:57:38 -06:00
parent f79c703e51
commit 516d49eb62

View File

@@ -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()
}