diff --git a/Example/example.ts b/Example/example.ts index b8820db..f3bccf2 100644 --- a/Example/example.ts +++ b/Example/example.ts @@ -75,7 +75,7 @@ const startSock = async() => { if((lastDisconnect.error as Boom)?.output?.statusCode !== DisconnectReason.loggedOut) { startSock() } else { - console.log('connection closed') + console.log('Connection closed. You are logged out.') } }