diff --git a/Example/example.ts b/Example/example.ts index 4b24d36f..2c9e09bb 100644 --- a/Example/example.ts +++ b/Example/example.ts @@ -6,7 +6,6 @@ import makeWASocket, { AnyMessageContent, BinaryInfo, CacheStore, delay, Disconn import open from 'open' import fs from 'fs' import P from 'pino' -import { WAMHandler } from './wam' const logger = P({ level: "trace", @@ -65,8 +64,6 @@ const startSock = async() => { }) - const wam = new WAMHandler(sock, state) - // Pairing code for Web clients if (usePairingCode && !sock.authState.creds.registered) { // todo move to QR event