Updated message

Edited the warning and ban message to be a little more tactful.
This commit is contained in:
Ralph 2017-10-30 15:10:43 -04:00 committed by GitHub
parent 4875a9a6aa
commit 082d8bbfd5
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;