Update 'index.js'
This commit is contained in:
parent
aaacf9221a
commit
f844e2be2a
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
@ -38,8 +38,8 @@ bot.on('messageCreate', (message) => {
|
|||
else if(message.content.toLowerCase().includes('bot say sorry')){
|
||||
message.channel.send('I am sorry for whatever I did. It will not happen again.');
|
||||
}
|
||||
else if(message.content.toLowerCase().includes('tit') || message.content.toLowerCase().includes('cock')){
|
||||
if (message.content.toLowerCase().includes('title')){ //These are not bad words and will be bypassed
|
||||
else if(message.content.toLowerCase().includes('tit') || message.content.toLowerCase().includes('cock') || message.content.toLowerCase().includes('ass')){
|
||||
if (message.content.toLowerCase().includes('title') || message.content.toLowerCase().includes('class')){ //These are not bad words and will be bypassed
|
||||
return;
|
||||
}
|
||||
const techwizz = `<@331669618387058688> `;
|
||||
|
|
Loading…
Add table
Reference in a new issue