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 = {