From c53b091484b7786ca75a9d0327ef027db5fc9b90 Mon Sep 17 00:00:00 2001 From: chan32167 Date: Sun, 22 Nov 2020 18:45:07 -0500 Subject: [PATCH] Update example.ts --- Example/example.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/example.ts b/Example/example.ts index 3c5c6bf..d4fccbb 100644 --- a/Example/example.ts +++ b/Example/example.ts @@ -31,7 +31,7 @@ async function example() { console.log(`you have ${conn.chats.length} chats, new chats available: ${hasNewChats}`) }) conn.on('contacts-received', () => { - console.log(`you have ${Object.keys(conn.contacts).length} chats`) + console.log(`you have ${Object.keys(conn.contacts).length} contacts`) }) // loads the auth file credentials if present