Adding key word phrases
This commit is contained in:
parent
9ee92b090a
commit
3767d03148
@ -483,6 +483,7 @@ const functions = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
submit(strainName) {
|
submit(strainName) {
|
||||||
|
const query = ``
|
||||||
return strainName;
|
return strainName;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1
main.js
1
main.js
@ -183,6 +183,7 @@ client.on('messageCreate', message => {
|
|||||||
const lowerContent = message.content.toLowerCase();
|
const lowerContent = message.content.toLowerCase();
|
||||||
if (lowerContent.includes('big') && lowerContent.includes('doinks')) message.reply('gang.');
|
if (lowerContent.includes('big') && lowerContent.includes('doinks')) message.reply('gang.');
|
||||||
if (lowerContent.includes('ligma')) message.reply('ligma balls, goteem');
|
if (lowerContent.includes('ligma')) message.reply('ligma balls, goteem');
|
||||||
|
if (lowerContent.includes('fr fr') || lowerContent.includes(':billed_cap:') || lowerContent.includes('ong')) message.reply('ongggg no :billed_cap: fr fr str8 bussin');
|
||||||
|
|
||||||
// Break the message down into its components and analyze it
|
// Break the message down into its components and analyze it
|
||||||
const commandData = fn.dot.getCommandData(message);
|
const commandData = fn.dot.getCommandData(message);
|
||||||
|
Loading…
Reference in New Issue
Block a user