From 8ef2d9d07d0d8d63610ecaad641f1571412af196 Mon Sep 17 00:00:00 2001 From: synt-xerror <169557594+synt-xerror@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:17:03 -0300 Subject: [PATCH] =?UTF-8?q?fix(client):=20cliente=20n=C3=A3o=20era=20inici?= =?UTF-8?q?ado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.js b/src/main.js index 9f02cec..aa0ea6b 100644 --- a/src/main.js +++ b/src/main.js @@ -41,4 +41,6 @@ client.on("message_create", async (msg) => { client.on("ready", async () => { await setupPlugins(buildSetupApi(client)); }); +client.initialize(); +console.log("\n"); logger.info("Cliente inicializado. Aguardando conexão com WhatsApp..."); \ No newline at end of file