From 056f7e6cce3fe86a1a6032763c4f9917feab75aa Mon Sep 17 00:00:00 2001 From: = Date: Sun, 8 Aug 2021 18:56:16 -0400 Subject: [PATCH] big doinks --- index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.js b/index.js index 69aad1c..d487d5d 100644 --- a/index.js +++ b/index.js @@ -42,6 +42,12 @@ client.on('message', message => { // Get the filename and extension as an array const file = functions.getFileInfo(message.content); if (!file) return; + + // Out here smoking big doinks in Amish + if (message.content.toLocaleLowerCase.includes('big doinks')) { + message.channel.send('gang.'); + } + // If the message is from a bot, or doesn't have a valid file extension, stop here. if (functions.extIsValid(file.extension) == false || message.author.bot) return;