From 13b31d4fc3b14e1fa17803f1ed27853571154ae3 Mon Sep 17 00:00:00 2001 From: Wizzard Date: Thu, 6 Feb 2025 07:46:28 -0500 Subject: [PATCH] Higher group add time to avoid bann --- commands/groupadd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/groupadd.js b/commands/groupadd.js index 1e75aab..9445f26 100644 --- a/commands/groupadd.js +++ b/commands/groupadd.js @@ -4,7 +4,7 @@ let channelToWatch = null; let lastAddTimes = new Map(); const getRandomDelay = () => { - return Math.floor(Math.random() * 150) + 50; + return Math.floor(Math.random() * 200) + 150; }; module.exports = {