From ba08626bd8a94071343bc4efda9b59e87ef10b30 Mon Sep 17 00:00:00 2001 From: synt-xerror <169557594+synt-xerror@users.noreply.github.com> Date: Tue, 17 Mar 2026 10:20:33 -0300 Subject: [PATCH] support to root on get_id and optional chat filtering --- README.md | 1 + src/utils/get_id.js | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 7aa101e..a229340 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Algumas funcionalidades desse bot incluem: # Screenshots + --- # Requisitos diff --git a/src/utils/get_id.js b/src/utils/get_id.js index 73d0222..70de5ba 100644 --- a/src/utils/get_id.js +++ b/src/utils/get_id.js @@ -5,6 +5,7 @@ import pkg from "whatsapp-web.js"; import qrcode from "qrcode-terminal"; import { CLIENT_ID } from "../config.js"; +import { resolvePuppeteerConfig } from "../client/environment.js"; const { Client, LocalAuth } = pkg;