mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
Updated message
Edited the warning and ban message to be a little more tactful.
This commit is contained in:
parent
4875a9a6aa
commit
082d8bbfd5
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue