Update 'index.js'
This commit is contained in:
parent
f16eb0afca
commit
bec0f8e683
1 changed files with 4 additions and 1 deletions
5
index.js
5
index.js
|
@ -42,7 +42,10 @@ bot.on('messageCreate', (message) => {
|
|||
message.channel.send('Red Luigi');
|
||||
}
|
||||
else if(message.content.toLowerCase().includes('how neat is that')){
|
||||
message.channel.send('that is pretty neat!');
|
||||
message.channel.send("that's pretty neat!");
|
||||
}
|
||||
else if(message.content.toLowerCase().includes("that's pretty neat")){
|
||||
message.channel.send('how neat is that?');
|
||||
}
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue