From f289a865a0cce391ae032a7b8b9ec2f7805a6a71 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Wed, 10 Apr 2024 12:05:49 -0600 Subject: [PATCH] OH SHIT --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 092e1b6..e164feb 100644 --- a/index.js +++ b/index.js @@ -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}`);