diff --git a/bot/modules/spam-detection.js b/bot/modules/spam-detection.js index aa2910c..2732b90 100644 --- a/bot/modules/spam-detection.js +++ b/bot/modules/spam-detection.js @@ -21,7 +21,7 @@ exports.custom = [ exports.antiSpam = function(bot) { const warnBuffer = 5; const maxBuffer = 10; - const interval = 2000; + const interval = 1500; const warningMessage = ", Stop spamming or you will be banned! This is your warning!"; const banMessage = "has been banned for spamming!"; const maxDuplicatesWarning = 5; @@ -121,4 +121,4 @@ exports.antiSpam = function(bot) { }); } } - } \ No newline at end of file + }