diff --git a/functions.js b/functions.js index bd80b8c..243365b 100644 --- a/functions.js +++ b/functions.js @@ -483,6 +483,7 @@ const functions = { } }, submit(strainName) { + const query = `` return strainName; } } diff --git a/main.js b/main.js index dc09c66..b7bfab3 100644 --- a/main.js +++ b/main.js @@ -183,6 +183,7 @@ client.on('messageCreate', message => { const lowerContent = message.content.toLowerCase(); if (lowerContent.includes('big') && lowerContent.includes('doinks')) message.reply('gang.'); 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 const commandData = fn.dot.getCommandData(message);