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;