From 8e47011cbcb4b02d405bd10bf70bffbfd8afd5ba Mon Sep 17 00:00:00 2001 From: MrPiglr <31398225+MrPiglr@users.noreply.github.com> Date: Wed, 10 Dec 2025 03:27:17 +0000 Subject: [PATCH] Whitelist --- aethex-bot/bot.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aethex-bot/bot.js b/aethex-bot/bot.js index 5f226de..143798c 100644 --- a/aethex-bot/bot.js +++ b/aethex-bot/bot.js @@ -378,6 +378,8 @@ const WHITELISTED_GUILDS = [ '1275962459596783686', // AeThex | LABS '1284290638564687925', // AeThex | DevOps '1338564560277344287', // AeThex | Foundation + '352519501201539072', // AeThex | Lone Star Studio + ...(process.env.EXTRA_WHITELISTED_GUILDS || '').split(',').filter(Boolean), ]; client.WHITELISTED_GUILDS = WHITELISTED_GUILDS;