diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-05-31 20:10:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-31 20:10:49 -0400 |
| commit | e0355bf2f67be0e72a92e3efbcedf99afba0cc2a (patch) | |
| tree | 3741096137940b892cf129d20982b6dadaeaee04 | |
| parent | 38aaccfdbd0f19ded5cfb59c1f83473124f10b62 (diff) | |
| download | AleeBot-e0355bf2f67be0e72a92e3efbcedf99afba0cc2a.tar.gz AleeBot-e0355bf2f67be0e72a92e3efbcedf99afba0cc2a.tar.bz2 AleeBot-e0355bf2f67be0e72a92e3efbcedf99afba0cc2a.zip | |
Update aleemod.js
| -rw-r--r-- | aleemod.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
