From 082d8bbfd57b3dd7da28451e159adde16aadb0e9 Mon Sep 17 00:00:00 2001 From: Ralph Date: Mon, 30 Oct 2017 15:10:43 -0400 Subject: [PATCH] Updated message Edited the warning and ban message to be a little more tactful. --- bot/modules/spam-detection.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/modules/spam-detection.js b/bot/modules/spam-detection.js index f0142e1..bbd1a7c 100644 --- a/bot/modules/spam-detection.js +++ b/bot/modules/spam-detection.js @@ -19,8 +19,8 @@ exports.antiSpam = function(bot) { const warnBuffer = 5; const maxBuffer = 10; const interval = 1500; - const warningMessage = "stop spamming or I'll whack your head off."; - const banMessage = "has been banned for spamming, anyone else?"; + const warningMessage = ", Stop spamming or you will be banned! This is your warning!"; + const banMessage = "has been banned for spamming."; const maxDuplicatesWarning = 4; const maxDuplicatesBan = 7;