From 8ba50eeaa00abf38b2634304522fd6c7e0dea965 Mon Sep 17 00:00:00 2001 From: ZareMate <0.zaremate@gmail.com> Date: Thu, 2 Apr 2026 15:29:03 +0200 Subject: [PATCH] feat: add Qawe 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 50eb362..0eaa680 100644 --- a/afk_parent.js +++ b/afk_parent.js @@ -7,7 +7,7 @@ const { WebSocket } = require("ws"); // ─── config ─────────────────────────────────────────────────────────────────── -const USERNAMES = ["ZareMate", "Tomek", "Cytrus"]; +const USERNAMES = ["ZareMate", "Tomek", "Cytrus", "Qawe"]; const AFK_SCRIPT = path.join(__dirname, "afk.js"); const OUTPUT_MODE = (