From 088b993ee72bcecfe313e42097a825d148515878 Mon Sep 17 00:00:00 2001 From: ZareMate <0.zaremate@gmail.com> Date: Thu, 2 Apr 2026 19:44:47 +0200 Subject: [PATCH] feat: add Bronkol to the list of usernames for AFK bot --- afk_parent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afk_parent.js b/afk_parent.js index ac98f15..464eb98 100644 --- a/afk_parent.js +++ b/afk_parent.js @@ -7,7 +7,7 @@ const { WebSocket } = require("ws"); // ─── config ─────────────────────────────────────────────────────────────────── -const USERNAMES = ["ZareMate", "Tomek", "Cytrus", "Qawe"]; +const USERNAMES = ["ZareMate", "Tomek", "Cytrus", "Qawe", "Bronkol"]; const AFK_SCRIPT = path.join(__dirname, "afk.js"); const OUTPUT_MODE = (