From e0355bf2f67be0e72a92e3efbcedf99afba0cc2a Mon Sep 17 00:00:00 2001 From: Alee14 Date: Wed, 31 May 2017 20:10:49 -0400 Subject: Update aleemod.js --- aleemod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aleemod.js') diff --git a/aleemod.js b/aleemod.js index 9bec656..38565ea 100644 --- a/aleemod.js +++ b/aleemod.js @@ -46,7 +46,7 @@ const Discord = require('discord.js'); } if (expletiveFilter) { - var exp = msg.search(/(\s|^)(shit|shite|shitty|bullshit|fuck|fucking|ass|penis|cunt|faggot|damn|wank|wanker|nigger|bastard|piss|vagina|thisisnotarealwordbutatestword)(\s|$)/i); + var exp = msg.search(/(\s|^)(shit|shite|shitty|bullshit|fuck|fucking|ass|penis|cunt|faggot|damn|wank|wanker|nigger|bastard|piss|vagina|thisisnotarealwordbutatestword|aleesucks)(\s|$)/i); if (exp != -1) { //Gah! They're not supposed to say that! switch (Math.floor(Math.random() * 1000) % 5) { case 0: -- cgit v1.2.3