This commit is contained in:
Christopher Cookman 2024-04-10 12:05:49 -06:00
parent d80b098d93
commit f289a865a0
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -400,7 +400,7 @@ client.on('guildMemberAdd', async (member) => { // We're just gonna always send
})
})
if (defcon <= 4) {
if (defcon <= 3) {
// DM user saying Invites are disabled for security reasons, then kick them with the same reason
member.send("Invites are currently disabled for security reasons. Please contact a staff member for assistance.").then(() => {
member.kick(`DEFCON ${defcon}`);