From fb0b2208d69dc716ac62aa695227dd0e4e9e0446 Mon Sep 17 00:00:00 2001 From: Khairul Hidayat Date: Mon, 14 Sep 2026 17:31:31 +0800 Subject: [PATCH] update test client --- src/client/test-client.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/test-client.ts b/src/client/test-client.ts index f07ef09..4ff483c 100644 --- a/src/client/test-client.ts +++ b/src/client/test-client.ts @@ -1,6 +1,6 @@ import { WhatsAppClient } from "./whatsapp"; -const wa = new WhatsAppClient("ws://127.0.0.1:8787"); +const wa = new WhatsAppClient("wss://wa-bridge.rul.sh/ws"); await wa.connect(); const chats = await wa.listChats({ @@ -37,6 +37,6 @@ console.log( // }); // await wa.sendText({ -// chatId: "628123456789@c.us", +// chatId: "6289521024344@c.us", // text: "Hello from Node!", // });