Update 'index.js'

This commit is contained in:
Paul Black 2022-09-03 01:55:30 +00:00
parent f16eb0afca
commit bec0f8e683

View file

@ -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