i m p r o v m e n t
This commit is contained in:
parent
28a8c5346c
commit
cd9286488e
2
index.js
2
index.js
@ -40,7 +40,7 @@ client.login(process.env.TOKEN)
|
|||||||
// This runs on each message the bot sees
|
// This runs on each message the bot sees
|
||||||
client.on('message', message => {
|
client.on('message', message => {
|
||||||
// Out here smoking big doinks in Amish
|
// Out here smoking big doinks in Amish
|
||||||
if (message.content.toLowerCase().includes('big doinks')) {
|
if ((message.content.toLowerCase().includes('big')) && message.content.toLowerCase().includes('doinks')) {
|
||||||
message.channel.send('gang.');
|
message.channel.send('gang.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user