diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-05-31 01:00:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-31 01:00:35 +0000 |
| commit | 711855244ec23e73cd29f060b96fdd7896d1a77e (patch) | |
| tree | c6532803d6e49fb50e439a5945e603da39b406e4 | |
| parent | 4accac44917cf6c13ddbe9fc488edf40fb6ad6ca (diff) | |
| download | AleeBot-711855244ec23e73cd29f060b96fdd7896d1a77e.tar.gz AleeBot-711855244ec23e73cd29f060b96fdd7896d1a77e.tar.bz2 AleeBot-711855244ec23e73cd29f060b96fdd7896d1a77e.zip | |
Update aleemod.js
| -rw-r--r-- | aleemod.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ const Discord = require('discord.js'); } if (expletiveFilter) { - var exp = msg.search(/(\s|^)(shit|shite|shitty|bullshit|fuck|fucking|ass|penis|cunt|faggot|:middle_finger:)(\s|$)/i); + var exp = msg.search(/(\s|^)(shit|shite|shitty|bullshit|fuck|fucking|ass|penis|cunt|faggot|cock)(\s|$)/i); if (exp != -1) { //Gah! They're not supposed to say that! switch (Math.floor(Math.random() * 1000) % 5) { |
