Whitelist
This commit is contained in:
parent
672f9a3b55
commit
8e47011cbc
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue