Merge pull request #59 from Coolguy3289/patch-2

Updated message [done]
This commit is contained in:
filipnyquist 2017-11-01 17:16:26 +01:00 committed by GitHub
commit a41b3a6eae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;